svn commit: r525349 - head/net-mgmt/fastnetmon

Babak Farrokhi farrokhi at FreeBSD.org
Wed Feb 5 20:44:56 UTC 2020


Author: farrokhi
Date: Wed Feb  5 20:44:56 2020
New Revision: 525349
URL: https://svnweb.freebsd.org/changeset/ports/525349

Log:
  net-mgmt/fastnetmon: Unbreak build

Modified:
  head/net-mgmt/fastnetmon/Makefile

Modified: head/net-mgmt/fastnetmon/Makefile
==============================================================================
--- head/net-mgmt/fastnetmon/Makefile	Wed Feb  5 20:26:26 2020	(r525348)
+++ head/net-mgmt/fastnetmon/Makefile	Wed Feb  5 20:44:56 2020	(r525349)
@@ -42,7 +42,8 @@ PORTDOCS=	*
 
 CFLAGS_i386=	-march=i586
 CMAKE_SOURCE_PATH=	${WRKSRC}/src
-CMAKE_ARGS+=	-DDISABLE_PF_RING_SUPPORT=ON
+CMAKE_ARGS+=	-DDISABLE_PF_RING_SUPPORT=ON \
+		-DENABLE_NETMAP_SUPPORT=OFF
 CMAKE_INSTALL_PREFIX=	${PREFIX}
 
 post-patch:


More information about the svn-ports-all mailing list