Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-input-vmmouse xf86-input-vmmouse: only for x86



details:   https://anonhg.NetBSD.org/pkgsrc/rev/79a20ccea5e0
branches:  trunk
changeset: 434927:79a20ccea5e0
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 28 13:52:19 2020 +0000

description:
xf86-input-vmmouse: only for x86

diffstat:

 x11/xf86-input-vmmouse/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0f34a5e50f2c -r 79a20ccea5e0 x11/xf86-input-vmmouse/Makefile
--- a/x11/xf86-input-vmmouse/Makefile   Sun Jun 28 13:39:52 2020 +0000
+++ b/x11/xf86-input-vmmouse/Makefile   Sun Jun 28 13:52:19 2020 +0000
@@ -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 @@
 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