Mark as broken on gcc4.2.
This commit is contained in:
parent
ded7bc4607
commit
fa47881c1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200449
1 changed files with 7 additions and 1 deletions
|
@ -83,4 +83,10 @@ do-install:
|
|||
@${CHOWN} ${DB_OWNER}:${DB_GROUP} ${_DB}
|
||||
@${CHMOD} ${DB_MODE} ${_DB}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue