aboutsummaryrefslogtreecommitdiffstats
path: root/math/linalg
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 17:37:31 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 17:37:31 +0800
commitd9605b1e2e338069291086e4adf8f65a7ec03938 (patch)
tree4ba44ae7c1a53f5ff51415f7d375b04fd6073bf7 /math/linalg
parent319e03fa08bf6ab1b7befe6f3b885feae8fc2606 (diff)
downloadfreebsd-ports-gnome-d9605b1e2e338069291086e4adf8f65a7ec03938.tar.gz
freebsd-ports-gnome-d9605b1e2e338069291086e4adf8f65a7ec03938.tar.zst
freebsd-ports-gnome-d9605b1e2e338069291086e4adf8f65a7ec03938.zip
Mark as broken on gcc4.2.
Diffstat (limited to 'math/linalg')
-rw-r--r--math/linalg/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/linalg/Makefile b/math/linalg/Makefile
index b2eb3f6ab15d..ee77a6ad3909 100644
--- a/math/linalg/Makefile
+++ b/math/linalg/Makefile
@@ -36,4 +36,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/LinAlg
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>