diff options
author | bjs <bjs@pkgsrc.org> | 2008-10-26 21:11:29 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-10-26 21:11:29 +0000 |
commit | d4e0bcbd6118524f82feea5cf8652e8a8560dbfa (patch) | |
tree | 0e6b6d8ef5e90254fbff48567f0ea0fd9e24e538 /x11 | |
parent | 61f06d3f6f3311f895140ac814f0e328032a87a3 (diff) | |
download | pkgsrc-d4e0bcbd6118524f82feea5cf8652e8a8560dbfa.tar.gz |
Build with -DTERMINATE_FALLBACK=0; this stops the server
from sending two extra ctrl-alt-backspace events. (from upstream).
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-input-keyboard/Makefile | 8 |
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" |