summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjs <bjs>2008-10-26 21:11:29 +0000
committerbjs <bjs>2008-10-26 21:11:29 +0000
commita934a693d6911c0c0a0df5a522f7899962f2ae85 (patch)
tree0e6b6d8ef5e90254fbff48567f0ea0fd9e24e538
parent1f02facfa65a19b6e228104b647cd807e629ed2a (diff)
downloadpkgsrc-a934a693d6911c0c0a0df5a522f7899962f2ae85.tar.gz
Build with -DTERMINATE_FALLBACK=0; this stops the server
from sending two extra ctrl-alt-backspace events. (from upstream). Bump PKGREVISION.
-rw-r--r--x11/xf86-input-keyboard/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/xf86-input-keyboard/Makefile b/x11/xf86-input-keyboard/Makefile
index fad7db3a1cc..406f18c3029 100644
--- a/x11/xf86-input-keyboard/Makefile
+++ b/x11/xf86-input-keyboard/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/09/18 20:57:52 bjs Exp $
+# $NetBSD: Makefile,v 1.7 2008/10/26 21:11:29 bjs Exp $
DISTNAME= xf86-input-keyboard-1.3.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
@@ -15,6 +15,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= gmake pkg-config
+###
+### XXX Remove this upon updating to xf86-input-keyboard>=1.3.2.
+###
+CFLAGS+= -DTERMINATE_FALLBACK=0
.include "../../x11/inputproto/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"