Mark as broken with gcc4.2.
This commit is contained in:
parent
c71fac030f
commit
67b63a22b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200523
2 changed files with 14 additions and 2 deletions
|
@ -20,4 +20,10 @@ USE_LDCONFIG= yes
|
|||
|
||||
MAN1= sendip.1
|
||||
|
||||
.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>
|
||||
|
|
|
@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX}
|
|||
|
||||
MAN1= gtkhx.1
|
||||
|
||||
.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