mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
57fefece3a
commit
4a1b551d40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206002
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue