From c4e84428dd0959b1ef074c9d89d23a7e6e05e3e8 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 6 Dec 2018 23:12:55 +0000 Subject: [PATCH] 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. --- emulators/wine-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index bcd4747da12d..13ef2991a988 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -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"