Module Name:    src
Committed By:   snj
Date:           Mon Apr 20 23:20:57 UTC 2009

Modified Files:
        src/external/mit/xorg/bin/xterm [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by christos in ticket #711):
        external/mit/xorg/bin/xterm/Makefile: revision 1.3
turn on PASTE64 to handle large cut-n-paste buffers like the old xterm did.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/external/mit/xorg/bin/xterm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/bin/xterm/Makefile
diff -u src/external/mit/xorg/bin/xterm/Makefile:1.2 src/external/mit/xorg/bin/xterm/Makefile:1.2.4.1
--- src/external/mit/xorg/bin/xterm/Makefile:1.2	Tue Oct 14 23:37:19 2008
+++ src/external/mit/xorg/bin/xterm/Makefile	Mon Apr 20 23:20:57 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
+#	$NetBSD: Makefile,v 1.2.4.1 2009/04/20 23:20:57 snj Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
 CPPFLAGS+=	-I${X11SRCDIR.${PROG}} \
 		-I${DESTDIR}${X11INCDIR}/freetype2 \
 		-DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS \
-		-DXRENDERFONT -DXFREE86_FT2 \
+		-DXRENDERFONT -DXFREE86_FT2 -DOPT_PASTE64 \
 		-DPROJECTROOT=${X11ROOTDIR}
 
 CPPFLAGS.main.c=-DUTMP -DUSE_TTY_GROUP ${X11FLAGS.VERSION}

Reply via email to