Module Name: src
Committed By: mrg
Date: Fri May 31 23:43:05 UTC 2013
Modified Files:
src/external/mit/xorg/tools/xkbcomp: Makefile
Log Message:
define PACKAGE_STRING and PACKAGE_VERSION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/external/mit/xorg/tools/xkbcomp/Makefile:1.4
--- src/external/mit/xorg/tools/xkbcomp/Makefile:1.3 Sat Aug 22 01:03:31 2009
+++ src/external/mit/xorg/tools/xkbcomp/Makefile Fri May 31 23:43:05 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/08/22 01:03:31 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2013/05/31 23:43:05 mrg Exp $
NOMAN= 1
@@ -34,7 +34,9 @@ HOST_CPPFLAGS+= -I${DESTDIR}${X11INCDIR}
-I${X11SRCDIR.xkbfile}/include/X11/extensions \
-I${X11SRCDIR.${HOSTPROG}} \
-DDFLT_XKB_CONFIG_ROOT=\"${X11LIBDIR}/xkb\" -DXKB \
- -DHAVE_STRCASECMP -DHAVE_STRDUP
+ -DHAVE_STRCASECMP -DHAVE_STRDUP \
+ -DPACKAGE_STRING="\"NetBSD tool xkbcomp 1.2.4\"" \
+ -DPACKAGE_VERSION="\"1.2.4\""
.include "${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys/Makefile.makekeys"