pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-input-keyboard Build with -DTERMINATE_FALLBAC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dc859f8cbb3
branches:  trunk
changeset: 549047:6dc859f8cbb3
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Sun Oct 26 21:11:29 2008 +0000

description:
Build with -DTERMINATE_FALLBACK=0; this stops the server
from sending two extra ctrl-alt-backspace events. (from upstream).

Bump PKGREVISION.

diffstat:

 x11/xf86-input-keyboard/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r d0ad3398cea6 -r 6dc859f8cbb3 x11/xf86-input-keyboard/Makefile
--- a/x11/xf86-input-keyboard/Makefile  Sun Oct 26 21:04:09 2008 +0000
+++ b/x11/xf86-input-keyboard/Makefile  Sun Oct 26 21:11:29 2008 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index