Module Name:    src
Committed By:   mrg
Date:           Thu Jun 18 02:45:30 UTC 2009

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

Log Message:
remove non-existant subdirs from the default path list.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/external/mit/xorg/bin/xfs/Makefile:1.5
--- src/external/mit/xorg/bin/xfs/Makefile:1.4	Wed Jun 10 08:30:55 2009
+++ src/external/mit/xorg/bin/xfs/Makefile	Thu Jun 18 02:45:30 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2009/06/10 08:30:55 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2009/06/18 02:45:30 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -47,7 +47,7 @@
 
 BUILDSYMLINKS=	config.cpp fsconfig.cpp
 CPPSCRIPTS=	fsconfig
-CPPSCRIPTFLAGS=	-DDEFAULTFONTPATH=${X11FONTDIR}/misc/,${X11FONTDIR}/Speedo/,${X11FONTDIR}/Type1/,${X11FONTDIR}/CID/,${X11FONTDIR}/75dpi/,${X11FONTDIR}/100dpi/ \
+CPPSCRIPTFLAGS=	-DDEFAULTFONTPATH=${X11FONTDIR}/misc/,${X11FONTDIR}/Type1/,${X11FONTDIR}/75dpi/,${X11FONTDIR}/100dpi/ \
 		-DFSERRORS=/var/log/xfs.log
 
 CONFIGFILES=	fsconfig

Reply via email to