From 6f911043e0210f119d3ee25a679056dde3ea998b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 12 Nov 2007 23:36:38 +0000 Subject: [PATCH] - Mark BROKEN on 7.0: does not compile with GCC 4.2 Reported by: pointyhat Approved by: portmgr (hat) --- japanese/mh/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index e64127d503b2..5a64e4f407b7 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -44,10 +44,16 @@ READMES= 00.READ.ME.1ST CHANGES.JP COMMANDS.JP FAQ.JP FEATURES.JP \ CONFLICTS= nmh-[0-9]* +.include + +.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 +.include