aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 13:58:52 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 13:58:52 +0800
commitab47f4209145398c17164a829937ba58c56bc21d (patch)
treeff76a30e9ae4a128baee1bd8e93f554442f9d91c /devel
parent0355b74cbbb9c9e10ae3b4a89e7191e1db678215 (diff)
downloadfreebsd-ports-gnome-ab47f4209145398c17164a829937ba58c56bc21d.tar.gz
freebsd-ports-gnome-ab47f4209145398c17164a829937ba58c56bc21d.tar.zst
freebsd-ports-gnome-ab47f4209145398c17164a829937ba58c56bc21d.zip
Mark as broken with gcc4.2 on 64-bit archs.
Diffstat (limited to 'devel')
-rw-r--r--devel/xlslib/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/xlslib/Makefile b/devel/xlslib/Makefile
index 7801d6ef9e97..dc3690c3afe3 100644
--- a/devel/xlslib/Makefile
+++ b/devel/xlslib/Makefile
@@ -23,4 +23,12 @@ post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*src\).*|\1|' \
${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>