mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
10 lines
185 B
Text
10 lines
185 B
Text
Index: qemu/configure
|
|
@@ -868,7 +868,7 @@
|
|
sdl_too_old=no
|
|
|
|
if test "$sdl" = "yes" ; then
|
|
- sdl_config="sdl-config"
|
|
+ sdl_config="${SDL_CONFIG}"
|
|
sdl=no
|
|
sdl_static=no
|
|
|