Source-Changes-HG archive

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

[src/trunk]: src/x11/lib/expat Add -I${X11SRCDIR.xc}/extras/expat/lib to CPPF...



details:   https://anonhg.NetBSD.org/src/rev/8892eb64c2db
branches:  trunk
changeset: 565298:8892eb64c2db
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Apr 04 00:20:45 2004 +0000

description:
Add -I${X11SRCDIR.xc}/extras/expat/lib to CPPFLAGS.
Should fix problem Hubert Feyrer was experiencing.

diffstat:

 x11/lib/expat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b9743ebf5aab -r 8892eb64c2db x11/lib/expat/Makefile
--- a/x11/lib/expat/Makefile    Sat Apr 03 23:57:32 2004 +0000
+++ b/x11/lib/expat/Makefile    Sun Apr 04 00:20:45 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2004/03/06 03:05:39 rtr Exp $
+#      $NetBSD: Makefile,v 1.6 2004/04/04 00:20:45 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 
 .include "Makefile.expatdefs"
 
-CPPFLAGS+=     ${EXPAT_FLAGS} -I${DIST}
+CPPFLAGS+=     ${EXPAT_FLAGS} -I${DIST} -I${X11SRCDIR.xc}/extras/expat/lib
 
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index