mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
10 lines
180 B
Text
10 lines
180 B
Text
Index: qemu/configure
|
|
@@ -540,7 +540,7 @@
|
|
sdl_too_old=no
|
|
|
|
if test -z "$sdl" ; then
|
|
- sdl_config="sdl-config"
|
|
+ sdl_config="${SDL_CONFIG}"
|
|
sdl=no
|
|
sdl_static=no
|
|
|