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:   nia
Date:           Sun Jun 28 13:52:19 UTC 2020

Modified Files:
        pkgsrc/x11/xf86-input-vmmouse: Makefile

Log Message:
xf86-input-vmmouse: only for x86


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/x11/xf86-input-vmmouse/Makefile:1.25
--- pkgsrc/x11/xf86-input-vmmouse/Makefile:1.24 Sat Jan 18 23:36:02 2020
+++ pkgsrc/x11/xf86-input-vmmouse/Makefile      Sun Jun 28 13:52:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/01/18 23:36:02 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2020/06/28 13:52:19 nia Exp $
 
 DISTNAME=      xf86-input-vmmouse-13.1.0
 PKGREVISION=   2
@@ -15,6 +15,9 @@ USE_LIBTOOL=  YES
 GNU_CONFIGURE= YES
 USE_TOOLS+=    gmake pkg-config
 
+# #error The vmmouse protocol is only supported on x86 architectures.
+ONLY_FOR_PLATFORM+=    *-*-i386 *-*-x86_64
+
 CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
 
 # Currently libudev is unsupported in pkgsrc



Home | Main Index | Thread Index | Old Index