summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-11-10 09:52:17 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-11-10 09:52:17 +0000
commit18b1ab577373768ca14d4d9704cfc47d5cdae487 (patch)
tree7b5d308242c5013d9485ff0c2d1f67e7daca1c20 /emulators/wine
parentnet/wpa_supplicant_gui: Change URLs to https, remove the dead URL, add comments (diff)
emulators/wine: 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. This back ports a44dd394ce8161efd5bb8e6294b8bb0375a709e8 from wine-devel.
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 48b6a5f40015..b2c719e9b89f 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -47,6 +47,8 @@ CONFIGURE_ARGS+=--verbose \
--without-opencl \
--without-osmesa \
--with-oss \
+ --with-pcap \
+ --with-pthread \
--without-pulse \
--without-sane \
--with-sdl \