Mark broken on gcc4.2.
This commit is contained in:
parent
1b51a3243f
commit
d65230d888
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200499
@ -23,7 +23,11 @@ USE_GMAKE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
BROKEN= Does not compile on alpha
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user