Module Name: src
Committed By: mrg
Date: Sat Aug 22 01:03:31 UTC 2009
Modified Files:
src/external/mit/xorg/tools/xkbcomp: Makefile
Log Message:
enable strcasecmp() and strdup().
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/tools/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/tools/xkbcomp/Makefile
diff -u src/external/mit/xorg/tools/xkbcomp/Makefile:1.2 src/external/mit/xorg/tools/xkbcomp/Makefile:1.3
--- src/external/mit/xorg/tools/xkbcomp/Makefile:1.2 Tue Feb 3 05:08:39 2009
+++ src/external/mit/xorg/tools/xkbcomp/Makefile Sat Aug 22 01:03:31 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/02/03 05:08:39 dbj Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/22 01:03:31 mrg Exp $
NOMAN= 1
@@ -33,7 +33,8 @@
-I${X11SRCDIR.X11}/src/xkb \
-I${X11SRCDIR.xkbfile}/include/X11/extensions \
-I${X11SRCDIR.${HOSTPROG}} \
- -DDFLT_XKB_CONFIG_ROOT=\"${X11LIBDIR}/xkb\" -DXKB
+ -DDFLT_XKB_CONFIG_ROOT=\"${X11LIBDIR}/xkb\" -DXKB \
+ -DHAVE_STRCASECMP -DHAVE_STRDUP
.include "${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys/Makefile.makekeys"