1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net-mgmt/fastnetmon: Unbreak build

This commit is contained in:
Babak Farrokhi 2020-02-05 20:44:56 +00:00
parent 76a0782c7e
commit 1e6c337a78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525349

View File

@ -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: