diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-ac')
-rw-r--r-- | emulators/qemu-devel/files/patch-ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-ac b/emulators/qemu-devel/files/patch-ac new file mode 100644 index 000000000000..3c9a9db2b58b --- /dev/null +++ b/emulators/qemu-devel/files/patch-ac @@ -0,0 +1,10 @@ +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 + |