diff options
author | nork <nork@FreeBSD.org> | 2006-04-09 17:09:42 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-04-09 17:09:42 +0000 |
commit | cb5479ad196fb44ac5fad252b2afcd804ce7347c (patch) | |
tree | 4eba0e846679b8d79c19173699b7301b567bfb39 /emulators/qemu/files/patch-bsdusb.patch | |
parent | 841d7c7f6aeff656e9932fc41a8a959ba1d3dada (diff) | |
download | FreeBSD-ports-cb5479ad196fb44ac5fad252b2afcd804ce7347c.zip FreeBSD-ports-cb5479ad196fb44ac5fad252b2afcd804ce7347c.tar.gz |
Update to 2006-04-08 snapshot.
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu/files/patch-bsdusb.patch')
-rw-r--r-- | emulators/qemu/files/patch-bsdusb.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/files/patch-bsdusb.patch b/emulators/qemu/files/patch-bsdusb.patch index 9a90b93..9fd4eba 100644 --- a/emulators/qemu/files/patch-bsdusb.patch +++ b/emulators/qemu/files/patch-bsdusb.patch @@ -1,8 +1,9 @@ Index: qemu/configure -@@ -122,6 +122,7 @@ +@@ -122,7 +122,8 @@ *) oss="yes" linux="yes" + user="yes" +usb="linux" if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then kqemu="yes" |