diff options
author | Juergen Lock <nox@FreeBSD.org> | 2008-01-21 22:44:33 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2008-01-21 22:44:33 +0000 |
commit | 4a1b551d40a80d753e265c0eec9c20e6c561ae9e (patch) | |
tree | 86890a323b1ddb08778ed5e4ac15a450f060adb2 /emulators | |
parent | 57fefece3aa3ecaec178155177111dbe985473f4 (diff) | |
download | ports-4a1b551d40a80d753e265c0eec9c20e6c561ae9e.tar.gz ports-4a1b551d40a80d753e265c0eec9c20e6c561ae9e.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 9a7cfa653992..be8b87b5ec31 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -31,7 +31,6 @@ ONLY_FOR_ARCHS= amd64 i386 CONFLICTS= qemu-devel-[0-9]* OPTIONS= KQEMU "Build with (alpha!) accelerator module" Off \ - HACKS_CIRRUS "Large display speedup (buggy!)" Off \ RTL8139_TIMER "allow use of re(4) nic with FreeBSD guests" Off \ SAMBA "samba dependency (for -smb)" Off \ SDL "SDL/X dependency (graphical output)" On \ @@ -89,9 +88,6 @@ pre-patch: done post-patch: -.if defined(WITH_HACKS_CIRRUS) || defined (WITH_HACKS) - @cd ${WRKSRC} ; ${PATCH} --quiet < ${DISTDIR}/${DIST_SUBDIR}/patch3_cirrus -.endif .if defined(WITH_RTL8139_TIMER) @cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/rtl8139-re-patch .endif |