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:
parent
bcb3366561
commit
c4e84428dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486806
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user