Module Name: src
Committed By: mrg
Date: Wed May 9 08:15:09 UTC 2018
Modified Files:
src/external/mit/xorg/lib/fontconfig/src: Makefile
Log Message:
add more include paths for freetype 2.9.1.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 src/external/mit/xorg/lib/fontconfig/src/Makefile:1.21
--- src/external/mit/xorg/lib/fontconfig/src/Makefile:1.20 Tue Aug 29 09:02:10 2017
+++ src/external/mit/xorg/lib/fontconfig/src/Makefile Wed May 9 08:15:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/08/29 09:02:10 mrg Exp $
+# $NetBSD: Makefile,v 1.21 2018/05/09 08:15:09 mrg Exp $
.include <bsd.own.mk>
@@ -116,6 +116,7 @@ CPPFLAGS+= ${X11FLAGS.THREADLIB}
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2 \
-I${X11SRCDIR.freetype}/src \
-I${X11SRCDIR.freetype}/include \
+ -I${X11SRCDIR.freetype}/include/freetype \
-I${X11SRCDIR.${LIB}}/../include \
-I. \
-I${X11SRCDIR.${LIB}}