diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-12-19 14:51:27 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-12-19 14:52:20 +0000 |
commit | 03cfa7f7c8ff02918eb276646dd6ab08d422192d (patch) | |
tree | 6d88ecdaeab74757114dbb6e6e2209bc358ea05c /emulators/wine/Makefile | |
parent | 183d079fd681df544b67cf2f03c7d1d5aa7853fc (diff) | |
download | ports-03cfa7f7c8ff02918eb276646dd6ab08d422192d.tar.gz ports-03cfa7f7c8ff02918eb276646dd6ab08d422192d.zip |
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/Makefile | 1 |
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 \ |