Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/tools Add -I${X11SRCDIR.xc}/config/${HOSTPROG}
details: https://anonhg.NetBSD.org/src/rev/3e8035a2b70e
branches: trunk
changeset: 552682:3e8035a2b70e
user: matt <matt%NetBSD.org@localhost>
date: Tue Sep 30 05:58:56 2003 +0000
description:
Add -I${X11SRCDIR.xc}/config/${HOSTPROG}
diffstat:
x11/tools/pswrap/Makefile | 3 ++-
x11/tools/xkbcomp/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r e27d62aeca9b -r 3e8035a2b70e x11/tools/pswrap/Makefile
--- a/x11/tools/pswrap/Makefile Tue Sep 30 05:07:40 2003 +0000
+++ b/x11/tools/pswrap/Makefile Tue Sep 30 05:58:56 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/20 06:20:58 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/30 05:58:56 matt Exp $
NOMAN= 1
@@ -11,6 +11,7 @@
systemnames.c psw.c pswstring.c pswsemantics.c
HOST_CPPFLAGS+= -DXENVIRONMENT -DFRIENDSFILE='"<DPS/dpsfriends.h>"' -I.
+HOST_CPPFLAGS+= -I${X11SRCDIR.xc}/config/${HOSTPROG}
YHEADER= 1
diff -r e27d62aeca9b -r 3e8035a2b70e x11/tools/xkbcomp/Makefile
--- a/x11/tools/xkbcomp/Makefile Tue Sep 30 05:07:40 2003 +0000
+++ b/x11/tools/xkbcomp/Makefile Tue Sep 30 05:58:56 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/09/13 20:19:10 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/30 05:58:56 matt Exp $
NOMAN= 1
@@ -26,6 +26,7 @@
HOST_CPPFLAGS+= -I${DESTDIR}/${X11INCDIR} \
-I. \
-I${X11SRCDIR.xc}/lib/X11 \
+ -I${X11SRCDIR.xc}/programs/${HOSTPROG} \
-DDFLT_XKB_CONFIG_ROOT=\"${X11LIBDIR}/xkb\" -DXKB
Home |
Main Index |
Thread Index |
Old Index