aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2008-01-21 22:44:33 +0000
committerJuergen Lock <nox@FreeBSD.org>2008-01-21 22:44:33 +0000
commit4a1b551d40a80d753e265c0eec9c20e6c561ae9e (patch)
tree86890a323b1ddb08778ed5e4ac15a450f060adb2 /emulators
parent57fefece3aa3ecaec178155177111dbe985473f4 (diff)
downloadports-4a1b551d40a80d753e265c0eec9c20e6c561ae9e.tar.gz
ports-4a1b551d40a80d753e265c0eec9c20e6c561ae9e.zip
Disable HACKS_CIRRUS while it's not working
PR: ports/119864 Submitted by: Kyryll A Mirnenko <mirya@zoc.com.ua>
Notes
Notes: svn path=/head/; revision=206002
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
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