svn commit: r459821 - head/emulators/wine
Gerald Pfeifer
gerald at FreeBSD.org
Wed Jan 24 08:49:49 UTC 2018
Author: gerald
Date: Wed Jan 24 08:49:48 2018
New Revision: 459821
URL: https://svnweb.freebsd.org/changeset/ports/459821
Log:
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.
Modified:
head/emulators/wine/Makefile
Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile Wed Jan 24 07:21:27 2018 (r459820)
+++ head/emulators/wine/Makefile Wed Jan 24 08:49:48 2018 (r459821)
@@ -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 \
More information about the svn-ports-all
mailing list