Permalink
Browse files
xterm: enable double buffer option
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
x11/xterm/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
|
|
|
name xterm |
|
|
version 344 |
|
|
revision 0 |
|
|
revision 1 |
|
|
categories x11 |
|
|
license X11 |
|
|
platforms darwin |
|
|
@@ -44,6 +44,7 @@ patch.pre_args -p1 |
|
|
configure.args --mandir=${prefix}/share/man --enable-luit \ |
|
|
--enable-logging --enable-wide-chars \ |
|
|
--enable-256-color --enable-load-vt-fonts \ |
|
|
--enable-double-buffer \ |
|
|
--x-include=${prefix}/include --x-lib=${prefix}/lib \ |
|
|
--with-app-defaults=${prefix}/share/X11/app-defaults |
|
|
|
|
|
|
This comment has been minimized.
Yep, that looks to have fixed it. nice find!
This comment has been minimized.
thanks for the confirmation !