aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-11-09 07:45:05 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-11-09 07:48:44 +0000
commita44dd394ce8161efd5bb8e6294b8bb0375a709e8 (patch)
tree8eeab54058a07fff7f58e9b03028792ccac88ce3
parent3244f016d6dfb75c9ddd1e486b6b7e5cd9e02f8e (diff)
downloadports-a44dd394ce8161efd5bb8e6294b8bb0375a709e8.tar.gz
ports-a44dd394ce8161efd5bb8e6294b8bb0375a709e8.zip
emulators/wine-devel: Configure with pcap and pthread
libpcap and libpthread are generally present and we have been using them all along. Explicitly require them to detect any potential issues in the future. Approved by: maintainer (pre-approval)
-rw-r--r--emulators/wine-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index f75c627aa928..803dd4ac136b 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -47,6 +47,8 @@ CONFIGURE_ARGS+=--verbose \
--without-opencl \
--without-osmesa \
--with-oss \
+ --with-pcap \
+ --with-pthread \
--without-pulse \
--without-sane \
--with-sdl \