From fef8509c793f45b217fb28f1c0af2b373a8ff4af Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 29 Apr 2006 09:15:50 +0000 Subject: - Update to 2006-04-26 snapshot PR: ports/96426 Submitted by: Juergen Lock (maintainer) --- emulators/qemu-devel/files/patch-configure | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/qemu-devel/files/patch-configure (limited to 'emulators/qemu-devel/files/patch-configure') 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 + ;; -- cgit v1.2.3