diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 09:15:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 09:15:50 +0000 |
commit | fef8509c793f45b217fb28f1c0af2b373a8ff4af (patch) | |
tree | f58aff4c2934fb97beac783b9dd64ade30065361 /emulators/qemu-devel/files/patch-configure | |
parent | Add an additional mirror. (diff) |
- Update to 2006-04-26 snapshot
PR: ports/96426
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=160721
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 + ;; |