git: 5e8ca8df38ba - main - emulators/wine-devel: Never use the Samba NetAPI library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Nov 2021 07:48:55 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e8ca8df38ba759065dad3e917b806f5f4523009 commit 5e8ca8df38ba759065dad3e917b806f5f4523009 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-11-20 07:48:18 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-11-20 07:48:18 +0000 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. --- emulators/wine/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \