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