BROKEN: Internal compiler error on alpha 4.x
Approved by: portmgr (self)
This commit is contained in:
parent
9f8b91d33e
commit
c63a575b35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125642
1 changed files with 7 additions and 1 deletions
|
@ -22,4 +22,10 @@ USE_SDL= mixer sdl ttf
|
|||
|
||||
MAN6= crimson.6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
||||
BROKEN= "Internal compiler error on alpha 4.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue