Module Name: src
Committed By: mrg
Date: Sat Aug 22 01:06:02 UTC 2009
Modified Files:
src/external/mit/xorg/bin/xkbcomp: Makefile
Log Message:
look for and find "config.h"
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xkbcomp/Makefile
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/xorg/bin/xkbcomp/Makefile
diff -u src/external/mit/xorg/bin/xkbcomp/Makefile:1.2 src/external/mit/xorg/bin/xkbcomp/Makefile:1.3
--- src/external/mit/xorg/bin/xkbcomp/Makefile:1.2 Tue Mar 3 06:01:56 2009
+++ src/external/mit/xorg/bin/xkbcomp/Makefile Sat Aug 22 01:06:02 2009
@@ -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