Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/tools/fc-cache Add more -I to find expat_c...



details:   https://anonhg.NetBSD.org/src/rev/825959851377
branches:  trunk
changeset: 362016:825959851377
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 24 06:34:32 2022 +0000

description:
Add more -I to find expat_config.h

diffstat:

 external/mit/xorg/tools/fc-cache/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6013a009353b -r 825959851377 external/mit/xorg/tools/fc-cache/Makefile
--- a/external/mit/xorg/tools/fc-cache/Makefile Thu Feb 24 03:35:32 2022 +0000
+++ b/external/mit/xorg/tools/fc-cache/Makefile Thu Feb 24 06:34:32 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2019/09/16 06:16:42 maya Exp $
+#      $NetBSD: Makefile,v 1.19 2022/02/24 06:34:32 martin Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -114,7 +114,7 @@
 HOST_CPPFLAGS+=        -DFT_CONFIG_OPTION_DISABLE_BZIP2
 HOST_CPPFLAGS+=        -I${FONTCONFIG} -I${FREETYPE} \
                -I${FREETYPE}/include -I${FREETYPE}/include/freetype \
-               -I${EXPAT}/lib \
+               -I${EXPAT}/lib -I${EXPAT}/../lib/libexpat \
                -I${FONTCONFIG}/../include \
                -I${DESTDIR}${X11INCDIR} -I. \
                -I${FONTCONFIG}/../include



Home | Main Index | Thread Index | Old Index