svn commit: r459628 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun Jan 21 21:17:13 UTC 2018


Author: gerald
Date: Sun Jan 21 21:17:11 2018
New Revision: 459628
URL: https://svnweb.freebsd.org/changeset/ports/459628

Log:
  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-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Jan 21 20:14:47 2018	(r459627)
+++ head/emulators/wine-devel/Makefile	Sun Jan 21 21:17:11 2018	(r459628)
@@ -34,6 +34,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