diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 17:37:31 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 17:37:31 +0800 |
commit | 59461b4cbd122d21097bcb4796d20a9808b042d0 (patch) | |
tree | 2e12a320ba070acb22e2b2462cc84ae77ccd2401 /math | |
parent | c69ada276ac60d26185a347bee8ce45c02bc89a9 (diff) | |
download | freebsd-ports-gnome-59461b4cbd122d21097bcb4796d20a9808b042d0.tar.gz freebsd-ports-gnome-59461b4cbd122d21097bcb4796d20a9808b042d0.tar.zst freebsd-ports-gnome-59461b4cbd122d21097bcb4796d20a9808b042d0.zip |
Mark as broken on gcc4.2.
Diffstat (limited to 'math')
-rw-r--r-- | math/linalg/Makefile | 8 |
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> |