diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-configure')
-rw-r--r-- | emulators/qemu-devel/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-configure b/emulators/qemu-devel/files/patch-configure new file mode 100644 index 000000000000..1036edd69c21 --- /dev/null +++ b/emulators/qemu-devel/files/patch-configure @@ -0,0 +1,10 @@ +Index: qemu/configure +@@ -157,7 +157,7 @@ + fi + + for opt do +- optarg=`expr "$opt" : '[^=]*=\(.*\)'` ++ optarg=`echo "$opt" |sed 's/^[^=]*=//'` + case "$opt" in + --help|-h) show_help=yes + ;; |