aboutsummaryrefslogtreecommitdiff
path: root/japanese/xtr
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 01:17:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 01:17:37 +0000
commit0131701c4aab8e96696e3ce46ef140695493829c (patch)
tree900f7920f26437594709a98d759b255897091493 /japanese/xtr
parent0838370b3ac7d1c61e6837c00c2a050400ef534c (diff)
downloadports-0131701c4aab8e96696e3ce46ef140695493829c.tar.gz
ports-0131701c4aab8e96696e3ce46ef140695493829c.zip
Mark as broken on gcc4.2. While here, pet portlint.
Notes
Notes: svn path=/head/; revision=200574
Diffstat (limited to 'japanese/xtr')
-rw-r--r--japanese/xtr/Makefile6
1 files changed, 5 insertions, 1 deletions
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 )