svn commit: r553349 - head/net/wmnd

Renato Botelho garga at FreeBSD.org
Mon Oct 26 12:25:51 UTC 2020


Author: garga
Date: Mon Oct 26 12:25:50 2020
New Revision: 553349
URL: https://svnweb.freebsd.org/changeset/ports/553349

Log:
  Force build to use only freebsd bits
  
  For some unknwon reason in some cases configure detects netbsd_ioctl in
  addition to freebsd_sysctl and it breaks build.  Force it to use only
  freebsd_sysctl
  
  PR:		250554
  Reported by:	rhurlin
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/net/wmnd/Makefile

Modified: head/net/wmnd/Makefile
==============================================================================
--- head/net/wmnd/Makefile	Mon Oct 26 12:18:43 2020	(r553348)
+++ head/net/wmnd/Makefile	Mon Oct 26 12:25:50 2020	(r553349)
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	EXAMPLES
 
 USE_XORG=	ice sm x11 xext xpm
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-dummy-driver
+CONFIGURE_ARGS=	--disable-dummy-driver --enable-drivers=freebsd_sysctl
 
 PORTEXAMPLES=	wmndrc
 PLIST_FILES=	bin/wmnd \


More information about the svn-ports-all mailing list