Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 12:25:50 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553349 - head/net/wmnd
Message-ID:  <202010261225.09QCPorJ030332@repo.freebsd.org>

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



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