Module Name:    src
Committed By:   martin
Date:           Wed Feb 23 19:07:35 UTC 2022

Modified Files:
        src/external/mit/expat/bin: Makefile.inc

Log Message:
Add more -I so that expat_config.h is found


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/expat/bin/Makefile.inc

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/expat/bin/Makefile.inc
diff -u src/external/mit/expat/bin/Makefile.inc:1.1 src/external/mit/expat/bin/Makefile.inc:1.2
--- src/external/mit/expat/bin/Makefile.inc:1.1	Wed Feb 29 20:07:56 2012
+++ src/external/mit/expat/bin/Makefile.inc	Wed Feb 23 19:07:35 2022
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile.inc,v 1.1 2012/02/29 20:07:56 tron Exp $
+#	$NetBSD: Makefile.inc,v 1.2 2022/02/23 19:07:35 martin Exp $
 
 BINDIR?=	/usr/bin
 
-CPPFLAGS+=	-I${EXPATSRCDIR}/lib
+CPPFLAGS+=	-I ${EXPATSRCDIR}/lib -I ${EXPATSRCDIR}/../lib/libexpat
 
 LDADD+=	-L${EXPATOBJDIR.expat} -lexpat
 DPADD+=	${EXPATLIB.expat}

Reply via email to