svn commit: r486806 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Thu Dec 6 23:12:57 UTC 2018
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"
More information about the svn-ports-head
mailing list