- Mark BROKEN on 7.0: does not compile with GCC 4.2

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-11-12 23:36:38 +00:00
parent 04bfbbde85
commit 6f911043e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202656

View File

@ -44,10 +44,16 @@ READMES= 00.READ.ME.1ST CHANGES.JP COMMANDS.JP FAQ.JP FEATURES.JP \
CONFLICTS= nmh-[0-9]*
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCDIR}
(cd ${WRKSRC}/doc-JP; ${INSTALL_DATA} ${READMES} ${DOCDIR})
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>