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 define PACKAGE_STRING and PA...



details:   https://anonhg.NetBSD.org/src/rev/a9d540ecdb1d
branches:  trunk
changeset: 787076:a9d540ecdb1d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 31 23:43:05 2013 +0000

description:
define PACKAGE_STRING and PACKAGE_VERSION.

diffstat:

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

diffs (20 lines):

diff -r 49d8e6a8b0c1 -r a9d540ecdb1d external/mit/xorg/tools/xkbcomp/Makefile
--- a/external/mit/xorg/tools/xkbcomp/Makefile  Fri May 31 23:42:48 2013 +0000
+++ b/external/mit/xorg/tools/xkbcomp/Makefile  Fri May 31 23:43:05 2013 +0000
@@ -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 @@
                -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"



Home | Main Index | Thread Index | Old Index