aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-25 08:51:21 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-25 08:51:21 +0800
commit54f45f5a5a1973b1a8a2264e5c0d0170c662d6e7 (patch)
treed236535ad36de5c4beb66076ebdda238df342f57
parentcffbede8ea346c6f46bb82c0a2de1ea238cd993b (diff)
downloadfreebsd-ports-gnome-54f45f5a5a1973b1a8a2264e5c0d0170c662d6e7.tar.gz
freebsd-ports-gnome-54f45f5a5a1973b1a8a2264e5c0d0170c662d6e7.tar.zst
freebsd-ports-gnome-54f45f5a5a1973b1a8a2264e5c0d0170c662d6e7.zip
Mark as broken on amd64-7 and i387-7.
-rw-r--r--textproc/xaira/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/xaira/Makefile b/textproc/xaira/Makefile
index 3cc122e598dc..436d253a3554 100644
--- a/textproc/xaira/Makefile
+++ b/textproc/xaira/Makefile
@@ -30,6 +30,12 @@ OPTIONS= PHP5 "Build PHP5 extension" no
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
.if defined(WITH_PHP5)
BUILD_DEPENDS+= php5>=5:${PORTSDIR}/lang/php5
CONFIGURE_ARGS+= --with-php5=`${LOCALBASE}/bin/php-config --include-dir`