ports/emulators/qemu-devel/files/patch-configure
Pav Lucistnik fef8509c79 - Update to 2006-04-26 snapshot
PR:		ports/96426
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
2006-04-29 09:15:50 +00:00

10 lines
196 B
Text

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
;;