Module Name:    src
Committed By:   nakayama
Date:           Wed Jul 16 14:05:04 UTC 2014

Modified Files:
        src/external/mit/xorg/lib/fontconfig/src: Makefile

Log Message:
The placeholder name in fontconfig.pc.in has been changed.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/mit/xorg/lib/fontconfig/src/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/lib/fontconfig/src/Makefile
diff -u src/external/mit/xorg/lib/fontconfig/src/Makefile:1.16 src/external/mit/xorg/lib/fontconfig/src/Makefile:1.17
--- src/external/mit/xorg/lib/fontconfig/src/Makefile:1.16	Sun Mar 23 20:40:18 2014
+++ src/external/mit/xorg/lib/fontconfig/src/Makefile	Wed Jul 16 14:05:04 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2014/03/23 20:40:18 mrg Exp $
+#	$NetBSD: Makefile,v 1.17 2014/07/16 14:05:04 nakayama Exp $
 
 .include <bsd.own.mk>
 
@@ -125,7 +125,7 @@ PKGCONFIG=	fontconfig
 PKGCONFIG_SED_FLAGS= \
 	-e "s,@sysconfdir@,${X11ETCDIR},; \
 	    s,@localstatedir@,/var,; \
-	    s,@baseconfigdir@,/etc/fonts,; \
+	    s,@BASECONFIGDIR@,/etc/fonts,; \
 	    s,@fc_cachedir@,${FONTCONFIG_PATH},"
 
 # XXX

Reply via email to