mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
A fast CPU emulator environment. PR: 67506 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
10 lines
149 B
Text
10 lines
149 B
Text
Index: qemu/configure
|
|
@@ -204,7 +204,7 @@
|
|
|
|
if test -z "$sdl" ; then
|
|
|
|
-sdl_config="sdl-config"
|
|
+sdl_config="sdl11-config"
|
|
sdl=no
|
|
sdl_static=no
|
|
|