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

Modified Files:
        src/external/mit/xorg/server/xorg-server/dix: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    src/external/mit/xorg/server/xorg-server/dix/Makefile.common

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/server/xorg-server/dix/Makefile.common
diff -u src/external/mit/xorg/server/xorg-server/dix/Makefile.common:1.1 src/external/mit/xorg/server/xorg-server/dix/Makefile.common:1.2
--- src/external/mit/xorg/server/xorg-server/dix/Makefile.common:1.1	Tue Oct 14 23:37:19 2008
+++ src/external/mit/xorg/server/xorg-server/dix/Makefile.common	Thu Jun 18 02:45:46 2009
@@ -1,6 +1,7 @@
-#	$NetBSD: Makefile.common,v 1.1 2008/10/14 23:37:19 cube Exp $
+#	$NetBSD: Makefile.common,v 1.2 2009/06/18 02:45:46 mrg Exp $
 
-X11DEFAULTFONTPATH=	${X11FONTDIR}/misc/ ${X11FONTDIR}/TTF/ \
-			${X11FONTDIR}/Speedo/ ${X11FONTDIR}/Type1/ \
-			${X11FONTDIR}/CID/ ${X11FONTDIR}/75dpi/ \
+X11DEFAULTFONTPATH=	${X11FONTDIR}/misc/ \
+			${X11FONTDIR}/TTF/ \
+			${X11FONTDIR}/Type1/ \
+			${X11FONTDIR}/75dpi/ \
 			${X11FONTDIR}/100dpi/

Reply via email to