diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-06-01 19:02:37 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-06-01 19:02:37 +0000 |
commit | 952f424c6378b6eb44dfcfbb7250f7ca9b5b6cb1 (patch) | |
tree | a4bb4738b926af0eeac4725981fd868dd04e80c4 /emulators/qemu | |
parent | 94b185d6e2718b29b505aaed2b60355d367aa67f (diff) | |
download | ports-952f424c6378b6eb44dfcfbb7250f7ca9b5b6cb1.tar.gz ports-952f424c6378b6eb44dfcfbb7250f7ca9b5b6cb1.zip |
Notes
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 6c538c1b798a..6a302490c036 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -125,6 +125,15 @@ post-patch: -e "1s|^(#! )/usr/bin/perl|\1${PERL}|" \ ${WRKSRC}/texi2pod.pl +.if ${OSVERSION} >= 800091 +# XXX need to disable usb host code on head while it's not ported to the +# new usb stack yet +post-configure: + @${REINPLACE_CMD} -E \ + -e "s|^(HOST_USB=)bsd|\1stub|" \ + ${WRKSRC}/config-host.mak +.endif + post-install: @${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${PREFIX}/etc @${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${PREFIX}/etc |