aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-11-18 07:14:40 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-11-18 07:14:40 +0000
commitc648c4b24c1613511241597074dcea349d7e53f1 (patch)
tree28d6c4f1bc6ce61b90d8050e0db469016a866696
parent187dde08fcc6dd656d1f00ad0c910f2bc4bffedc (diff)
downloadports-c648c4b24c1613511241597074dcea349d7e53f1.tar.gz
ports-c648c4b24c1613511241597074dcea349d7e53f1.zip
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. Approved by: maintainer (pre-approval)
-rw-r--r--emulators/wine-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 1dbe39813f62..d4ab62de3d5a 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -46,6 +46,7 @@ CONFIGURE_ARGS+=--verbose \
--without-inotify \
--without-krb5 \
--without-mingw \
+ --without-netapi \
--without-opencl \
--without-osmesa \
--with-oss \