summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-12-19 14:51:27 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-12-19 14:52:20 +0000
commit03cfa7f7c8ff02918eb276646dd6ab08d422192d (patch)
tree6d88ecdaeab74757114dbb6e6e2209bc358ea05c /emulators/wine/Makefile
parentgraphics/qt5-q3d: convert AVX2 detection hack to OPTIONS (+) (diff)
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.
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r--emulators/wine/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \