diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-20 07:48:18 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-11-20 07:48:18 +0000 |
commit | 5e8ca8df38ba759065dad3e917b806f5f4523009 (patch) | |
tree | db52bbf3f7b7273d3c69ac3e48880b109c2221dd | |
parent | d24a31afe82184b95f797b8dd3b465c1ac0a23b7 (diff) | |
download | ports-5e8ca8df38ba759065dad3e917b806f5f4523009.tar.gz ports-5e8ca8df38ba759065dad3e917b806f5f4523009.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.
This back ports c648c4b24c1613511241597074dcea349d7e53f1 from the
wine-devel port.
-rw-r--r-- | emulators/wine/Makefile | 1 |
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 \ |