diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:05:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:05:24 +0000 |
commit | 7a9a5049de4abae62ec2ac2a5a4a77e9d2d14d63 (patch) | |
tree | b2081ff28d818a3797f3c542e1906020c1e39b3e /graphics/raster3d | |
parent | a2815a4474b5f35dc454c1154d46bb096f4f8862 (diff) |
Mark as broken on sparc64-7: fails to compile.
Notes
Notes:
svn path=/head/; revision=206575
Diffstat (limited to 'graphics/raster3d')
-rw-r--r-- | graphics/raster3d/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index fe379fccf492..88ea5c1c98e3 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -59,4 +59,12 @@ post-install: cd ${WRKSRC}/examples/msms && ${INSTALL_DATA} * ${EXAMPLESDIR}/msms .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2: internal compiler error +.endif +.endif + +.include <bsd.port.post.mk> |