diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-25 08:51:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-25 08:51:21 +0800 |
commit | 54f45f5a5a1973b1a8a2264e5c0d0170c662d6e7 (patch) | |
tree | d236535ad36de5c4beb66076ebdda238df342f57 | |
parent | cffbede8ea346c6f46bb82c0a2de1ea238cd993b (diff) | |
download | freebsd-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/Makefile | 6 |
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` |