pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xf86-input-vmmouse
Module Name: pkgsrc
Committed By: kamil
Date: Sat Aug 20 14:48:18 UTC 2016
Modified Files:
pkgsrc/x11/xf86-input-vmmouse: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/xf86-input-vmmouse/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xf86-input-vmmouse/Makefile
diff -u pkgsrc/x11/xf86-input-vmmouse/Makefile:1.21 pkgsrc/x11/xf86-input-vmmouse/Makefile:1.22
--- pkgsrc/x11/xf86-input-vmmouse/Makefile:1.21 Fri Feb 26 11:27:18 2016
+++ pkgsrc/x11/xf86-input-vmmouse/Makefile Sat Aug 20 14:48:18 2016
@@ -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 @@ USE_TOOLS+= gmake pkg-config
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