Date: Wed, 24 Jan 2018 08:49:48 +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: r459821 - head/emulators/wine Message-ID: <201801240849.w0O8nmG6087961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801240849.w0O8nmG6087961>