Mark as broken with gcc4.2 on amd64.
This commit is contained in:
parent
2a10c095f8
commit
63775d06da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200611
1 changed files with 9 additions and 1 deletions
|
@ -27,4 +27,12 @@ INFO= libmatheval
|
|||
post-patch:
|
||||
${RM} ${WRKSRC}/doc/libmatheval.info
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue