git: 4c95831d8fff - main - emulators/wine-devel: Explicitly build without GSSAPI

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Sat, 18 Dec 2021 10:00:39 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c95831d8fffb01b1418473f85bea4a9f8ab8a16

commit 4c95831d8fffb01b1418473f85bea4a9f8ab8a16
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-12-16 06:30:58 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-12-18 09:58:41 +0000

    emulators/wine-devel: 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.
    
    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 57ebc56d8530..37cad501c6f4 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -42,6 +42,7 @@ CONFIGURE_ARGS+=--verbose \
 		--without-dbus \
 		--without-gettext --without-gettextpo \
 		--without-gphoto \
+		--without-gssapi \
 		--without-gstreamer \
 		--without-hal \
 		--without-inotify \