Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xkbcomp look for and find "config.h"



details:   https://anonhg.NetBSD.org/src/rev/f22f746eb411
branches:  trunk
changeset: 746876:f22f746eb411
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 22 01:06:02 2009 +0000

description:
look for and find "config.h"

diffstat:

 external/mit/xorg/bin/xkbcomp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cd9284dd94a1 -r f22f746eb411 external/mit/xorg/bin/xkbcomp/Makefile
--- a/external/mit/xorg/bin/xkbcomp/Makefile    Sat Aug 22 01:03:31 2009 +0000
+++ b/external/mit/xorg/bin/xkbcomp/Makefile    Sat Aug 22 01:06:02 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/03/03 06:01:56 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2009/08/22 01:06:02 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 XKBCOMPDIR=            /var/db/xkb
 CPPFLAGS.xkbpath.c=    -DDFLT_XKB_CONFIG_ROOT=\"${XKBCOMPDIR}\"
 
-CPPFLAGS+=             -I${X11SRCDIR.${PROG}}
+CPPFLAGS+=             -I${X11SRCDIR.${PROG}} -I${X11SRCDIR.${PROG}}/../include -DHAVE_CONFIG_H
 CPPFLAGS.xkbpath.c=    -DDFLT_XKB_CONFIG_ROOT=\"${X11LIBDIR}/xkb\"
 CPPFLAGS.geometry.c=   -Wno-error      # XXX
 



Home | Main Index | Thread Index | Old Index