Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/tools/xkbcomp enable strcasecmp() and strd...



details:   https://anonhg.NetBSD.org/src/rev/cd9284dd94a1
branches:  trunk
changeset: 746875:cd9284dd94a1
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 22 01:03:31 2009 +0000

description:
enable strcasecmp() and strdup().

diffstat:

 external/mit/xorg/tools/xkbcomp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 294e4b97bea4 -r cd9284dd94a1 external/mit/xorg/tools/xkbcomp/Makefile
--- a/external/mit/xorg/tools/xkbcomp/Makefile  Sat Aug 22 01:03:11 2009 +0000
+++ b/external/mit/xorg/tools/xkbcomp/Makefile  Sat Aug 22 01:03:31 2009 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index