diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-24 08:49:48 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-01-24 08:49:48 +0000 |
commit | 9440661caf266a124d73cd29447fdda7725d9ed2 (patch) | |
tree | 052e895f4a38f21570cd52268a7d91e1b2cdfe7c | |
parent | Fix build of x11/gnome-pie with vala 0.36 (diff) |
Backport r459628 | gerald | 2018-01-21 from emulators/wine-devel:
Configure --without-krb5 aka Kerberos support. This should not make a
real difference (and definitely not for clean builds), but makes this
explicit and also avoids a configure warning.
-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 3c7a0155a170..8abd1db3a302 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --without-dbus \ --without-gettext --without-gettextpo \ --without-gphoto --without-gsm --without-gstreamer \ + --without-krb5 \ --without-opencl \ --without-osmesa \ --with-oss \ |