aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )