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/xkbutils look for config.h.



details:   https://anonhg.NetBSD.org/src/rev/dbea76f823dc
branches:  trunk
changeset: 794629:dbea76f823dc
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Mar 20 06:18:20 2014 +0000

description:
look for config.h.

diffstat:

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

diffs (18 lines):

diff -r f45d5876c77c -r dbea76f823dc external/mit/xorg/bin/xkbutils/Makefile.xkbutils
--- a/external/mit/xorg/bin/xkbutils/Makefile.xkbutils  Thu Mar 20 05:39:11 2014 +0000
+++ b/external/mit/xorg/bin/xkbutils/Makefile.xkbutils  Thu Mar 20 06:18:20 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.xkbutils,v 1.3 2014/03/19 23:46:22 mrg Exp $
+#      $NetBSD: Makefile.xkbutils,v 1.4 2014/03/20 06:18:20 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@
 DPADD+=        ${LIBXKBFILE} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
        ${LIBXPM} ${LIBXEXT} ${LIBX11}
 
-CPPFLAGS+=     -DHAVE_STRCASECMP
+CPPFLAGS+=     -DHAVE_CONFIG_H -I${X11SRCDIR.xkbutils}/../include
 
 .PATH: ${X11SRCDIR.xkbutils} ${X11SRCDIR.xkbutils}/man
 



Home | Main Index | Thread Index | Old Index