svn commit: r316127 - head/devel/libgii
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 20 07:46:10 UTC 2013
Author: antoine
Date: Sat Apr 20 07:46:09 2013
New Revision: 316127
URL: http://svnweb.freebsd.org/changeset/ports/316127
Log:
Prevent libgii from building linux specific modules if linux headers are
found.
Reported by: avg
Approved by: eadler (mentor)
Feature safe: yes
Modified:
head/devel/libgii/Makefile
Modified: head/devel/libgii/Makefile
==============================================================================
--- head/devel/libgii/Makefile Sat Apr 20 05:15:05 2013 (r316126)
+++ head/devel/libgii/Makefile Sat Apr 20 07:46:09 2013 (r316127)
@@ -185,6 +185,8 @@ OPTIONS_DEFAULT=X11
.include <bsd.port.options.mk>
+CONFIGURE_ARGS= --disable-linux-kbd --disable-linux-joy --disable-linux-evdev
+
.if exists(/usr/include/dev/kii/kii.h)
CONFIGURE_ARGS+=--enable-kii --with-extra-includes=/usr/include/dev
PLIST_SUB+= KII=""
More information about the svn-ports-all
mailing list