git: 03cfa7f7c8ff - main - emulators/wine: Explicitly build without GSSAPI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Dec 2021 14:52:43 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=03cfa7f7c8ff02918eb276646dd6ab08d422192d commit 03cfa7f7c8ff02918eb276646dd6ab08d422192d Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-12-19 14:51:27 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-12-19 14:52:20 +0000 emulators/wine: Explicitly build without GSSAPI Explicitly building without GSSAPI (Kerberos SSP) support should not make any difference, in particular for clean builds. Still this is a step towards ensuring reproducible builds. This back ports 62ea2531bf79d02a75cd0e57a4501af4c775c5d3 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 7022d193406e..d2dd94577dde 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -41,6 +41,7 @@ CONFIGURE_ARGS+=--verbose \ --without-gettext --without-gettextpo \ --without-gphoto \ --without-gsm \ + --without-gssapi \ --without-gstreamer \ --without-hal \ --without-inotify \