Disable HACKS_CIRRUS while it's not working

PR:		ports/119864
Submitted by:	Kyryll A Mirnenko <mirya@zoc.com.ua>
This commit is contained in:
Juergen Lock 2008-01-21 22:44:33 +00:00
parent 57fefece3a
commit 4a1b551d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206002

View file

@ -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