Module Name: src
Committed By: mrg
Date: Mon Mar 17 10:11:27 UTC 2014
Modified Files:
src/external/mit/xorg/bin/xmodmap: Makefile
Log Message:
merge xmodmap 1.0.8.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xmodmap/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/bin/xmodmap/Makefile
diff -u src/external/mit/xorg/bin/xmodmap/Makefile:1.3 src/external/mit/xorg/bin/xmodmap/Makefile:1.4
--- src/external/mit/xorg/bin/xmodmap/Makefile:1.3 Thu May 30 23:42:19 2013
+++ src/external/mit/xorg/bin/xmodmap/Makefile Mon Mar 17 10:11:27 2014
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2013/05/30 23:42:19 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/17 10:11:27 mrg Exp $
.include <bsd.own.mk>
PROG= xmodmap
SRCS= xmodmap.c pf.c handle.c exec.c
-CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
+CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include -DHAVE_CONFIG_H
LDADD+= -lX11
DPADD+= ${LIBX11}