Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2013 07:46:09 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316127 - head/devel/libgii
Message-ID:  <201304200746.r3K7k9Fv083115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304200746.r3K7k9Fv083115>