1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

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.
This commit is contained in:
Gerald Pfeifer 2018-12-06 23:12:55 +00:00
parent bcb3366561
commit c4e84428dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486806

View File

@ -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"