pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xf86-input-vmmouse Disable the libudev option - cu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b274ca26e48
branches: trunk
changeset: 351437:1b274ca26e48
user: kamil <kamil%pkgsrc.org@localhost>
date: Sat Aug 20 14:48:18 2016 +0000
description:
Disable the libudev option - currently not supported with pkgsrc
libudev is a Linux kernel specific library for device detection
This fixes build on Slackware 14.2.
diffstat:
x11/xf86-input-vmmouse/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r a599309f5e3e -r 1b274ca26e48 x11/xf86-input-vmmouse/Makefile
--- a/x11/xf86-input-vmmouse/Makefile Sat Aug 20 14:03:03 2016 +0000
+++ b/x11/xf86-input-vmmouse/Makefile Sat Aug 20 14:48:18 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/02/26 11:27:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2016/08/20 14:48:18 kamil Exp $
DISTNAME= xf86-input-vmmouse-13.1.0
PKGREVISION= 1
@@ -17,6 +17,9 @@
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
+# Currently libudev is unsupported in pkgsrc
+CONFIGURE_ARGS+= --without-libudev
+
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/inputproto/buildlink3.mk"
.include "../../x11/kbproto/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index