Module Name: src Committed By: christos Date: Sun Oct 3 22:06:43 UTC 2010
Modified Files: src/external/mit/xorg/bin/xterm: Makefile Log Message: added commented out trace build. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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.7 src/external/mit/xorg/bin/xterm/Makefile:1.8 --- src/external/mit/xorg/bin/xterm/Makefile:1.7 Wed Jun 30 00:58:42 2010 +++ src/external/mit/xorg/bin/xterm/Makefile Sun Oct 3 18:06:43 2010 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/06/30 04:58:42 mrg Exp $ +# $NetBSD: Makefile,v 1.8 2010/10/03 22:06:43 christos Exp $ .include <bsd.own.mk> @@ -21,6 +21,9 @@ BUILDSYMLINKS= XTerm-col.ad XTerm-color.ad +#CPPFLAGS+=-DOPT_TRACE +#SRCS+=trace.c + LDADD+= -lXft -lfontconfig -lfreetype -lexpat -lXrender DPADD+= ${LIBXFT} ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBXRENDER} LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lcurses -lterminfo -lutil