diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 20:05:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 20:05:24 +0800 |
commit | a715885f15d1d660d48ce2a98844fb0476c8d9d0 (patch) | |
tree | f02b812a5ab4bcd164f242e07340132edacac426 /graphics | |
parent | 791a2fb95574ab0aec5bb40edbd1db4825e730bd (diff) | |
download | freebsd-ports-gnome-a715885f15d1d660d48ce2a98844fb0476c8d9d0.tar.gz freebsd-ports-gnome-a715885f15d1d660d48ce2a98844fb0476c8d9d0.tar.zst freebsd-ports-gnome-a715885f15d1d660d48ce2a98844fb0476c8d9d0.zip |
Mark as broken on sparc64-7: fails to compile.
Diffstat (limited to 'graphics')
-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> |