From 0131701c4aab8e96696e3ce46ef140695493829c Mon Sep 17 00:00:00 2001
From: Mark Linimon <linimon@FreeBSD.org>
Date: Tue, 2 Oct 2007 01:17:37 +0000
Subject: Mark as broken on gcc4.2.  While here, pet portlint.

---
 japanese/xtr/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'japanese/xtr')

diff --git a/japanese/xtr/Makefile b/japanese/xtr/Makefile
index d07af0f6fc1c..ec752c4e4bcc 100644
--- a/japanese/xtr/Makefile
+++ b/japanese/xtr/Makefile
@@ -21,10 +21,14 @@ MANCOMPRESSED=	no
 HAS_CONFIGURE=	yes
 GNU_CONFIGURE=	yes
 
-NO_CDROM=	"Need to obtain permission for commercial redistribution."
+NO_CDROM=	Need to obtain permission for commercial redistribution.
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 700042
+BROKEN=		Does not compile with GCC 4.2
+.endif
+
 post-extract:
 	@${ECHO_MSG} "===>  Converting Kanji code for ${DISTNAME}"
 	@(cd ${WRKSRC} && $(SH) EUCsetup )
-- 
cgit v1.2.3