summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-11-20 07:48:18 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-11-20 07:48:18 +0000
commit5e8ca8df38ba759065dad3e917b806f5f4523009 (patch)
treedb52bbf3f7b7273d3c69ac3e48880b109c2221dd /emulators/wine
parentdevel/p5-CPU-Z80-Assembler: new port had been added (+) (diff)
emulators/wine-devel: Never use the Samba NetAPI library
We have been building without NetAPI support forever and explicitly disabling it should not change anything. Still configure with --without-netapi now in our move towards reproducible builds. This back ports c648c4b24c1613511241597074dcea349d7e53f1 from the wine-devel port.
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 76c4f41c308a..adbc2b205f47 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -44,6 +44,7 @@ CONFIGURE_ARGS+=--verbose \
--without-inotify \
--without-krb5 \
--without-mingw \
+ --without-netapi \
--without-opencl \
--without-osmesa \
--with-oss \