aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2008-01-22 06:44:33 +0800
committernox <nox@FreeBSD.org>2008-01-22 06:44:33 +0800
commit1e2a1b145ca3bfc43ea8525acd1268f606d9b075 (patch)
tree8fff53deb28ec84f1f0c384c50824d0c79bd8ab9 /emulators
parentf776b0f787f458501edebc5c4e3d9e9161d2830b (diff)
downloadfreebsd-ports-gnome-1e2a1b145ca3bfc43ea8525acd1268f606d9b075.tar.gz
freebsd-ports-gnome-1e2a1b145ca3bfc43ea8525acd1268f606d9b075.tar.zst
freebsd-ports-gnome-1e2a1b145ca3bfc43ea8525acd1268f606d9b075.zip
Disable HACKS_CIRRUS while it's not working
PR: ports/119864 Submitted by: Kyryll A Mirnenko <mirya@zoc.com.ua>
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