Date: Sun, 21 Jan 2018 21:17:12 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459628 - head/emulators/wine-devel Message-ID: <201801212117.w0LLHCVP045188@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801212117.w0LLHCVP045188>