Date: Thu, 6 Dec 2018 23:12:56 +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: r486806 - head/emulators/wine-devel Message-ID: <201812062312.wB6NCu3X036676@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu Dec 6 23:12:55 2018 New Revision: 486806 URL: https://svnweb.freebsd.org/changeset/ports/486806 Log: Explicitly configure without SDL (SLD2) support to increase reproducability of builds. Without this existing SDL files might be found and used when building outside of a clean and minimal build environment. Modified: head/emulators/wine-devel/Makefile Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Thu Dec 6 23:06:49 2018 (r486805) +++ head/emulators/wine-devel/Makefile Thu Dec 6 23:12:55 2018 (r486806) @@ -39,6 +39,7 @@ CONFIGURE_ARGS+=--verbose \ --with-oss \ --without-pulse \ --without-sane \ + --without-sdl \ --without-tiff \ --without-udev CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812062312.wB6NCu3X036676>