diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 09:17:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 09:17:37 +0800 |
commit | c3bd34bbeed7892570dc7020db9c86fadd06d251 (patch) | |
tree | 6ce682746b3c16b7a130b3b178b7bc0151d4eea4 /japanese/xtr | |
parent | 60fe1575c2bbb45b2167f3ae61fc3a6e05f75789 (diff) | |
download | freebsd-ports-gnome-c3bd34bbeed7892570dc7020db9c86fadd06d251.tar.gz freebsd-ports-gnome-c3bd34bbeed7892570dc7020db9c86fadd06d251.tar.zst freebsd-ports-gnome-c3bd34bbeed7892570dc7020db9c86fadd06d251.zip |
Mark as broken on gcc4.2. While here, pet portlint.
Diffstat (limited to 'japanese/xtr')
-rw-r--r-- | japanese/xtr/Makefile | 6 |
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 ) |