aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 09:37:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 09:37:31 +0000
commit59461b4cbd122d21097bcb4796d20a9808b042d0 (patch)
tree2e12a320ba070acb22e2b2462cc84ae77ccd2401 /math
parentc69ada276ac60d26185a347bee8ce45c02bc89a9 (diff)
Mark as broken on gcc4.2.
Notes
Notes: svn path=/head/; revision=200533
Diffstat (limited to 'math')
-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>