Module Name:    src
Committed By:   mrg
Date:           Wed Jun 10 08:30:56 UTC 2009

Modified Files:
        src/external/mit/xorg/bin/xfs: Makefile

Log Message:
dno't define FONTCACHE anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xfs/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/xfs/Makefile
diff -u src/external/mit/xorg/bin/xfs/Makefile:1.3 src/external/mit/xorg/bin/xfs/Makefile:1.4
--- src/external/mit/xorg/bin/xfs/Makefile:1.3	Tue Nov 18 22:31:35 2008
+++ src/external/mit/xorg/bin/xfs/Makefile	Wed Jun 10 08:30:55 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2008/11/18 22:31:35 hans Exp $
+#	$NetBSD: Makefile,v 1.4 2009/06/10 08:30:55 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -26,7 +26,7 @@
 
 XFSCONFIGDIR=		${X11ETCDIR}/fs
 
-CPPFLAGS.initfonts.c=	-DFONT_PCF -DFONT_FS -DFONT_SPEEDO -DFONTCACHE
+CPPFLAGS.initfonts.c=	-DFONT_PCF -DFONT_FS -DFONT_SPEEDO
 CPPFLAGS.connection.c=	${CONN_DEFINES} -DBSD44SOCKETS \
 			${X11FLAGS.OS_DEFINES}
 CPPFLAGS.xfstrans.c=	${CONN_DEFINES} -DBSD44SOCKETS \
@@ -37,7 +37,7 @@
 CPPFLAGS.error.c=	-DUSE_SYSLOG
 CPPFLAGS.osglue.c=	${CONN_DEFINES} \
 			${X11FLAGS.OS_DEFINES}
-CPPFLAGS.config.c=	${CONN_DEFINES} -DFONTCACHE
+CPPFLAGS.config.c=	${CONN_DEFINES}
 # XXX
 CPPFLAGS.xfstrans.c+=	-Wno-error
 

Reply via email to