aboutsummaryrefslogtreecommitdiff
path: root/graphics/raster3d
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 12:05:24 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 12:05:24 +0000
commit7a9a5049de4abae62ec2ac2a5a4a77e9d2d14d63 (patch)
treeb2081ff28d818a3797f3c542e1906020c1e39b3e /graphics/raster3d
parenta2815a4474b5f35dc454c1154d46bb096f4f8862 (diff)
downloadports-7a9a5049de4abae62ec2ac2a5a4a77e9d2d14d63.tar.gz
ports-7a9a5049de4abae62ec2ac2a5a4a77e9d2d14d63.zip
Notes
Diffstat (limited to 'graphics/raster3d')
-rw-r--r--graphics/raster3d/Makefile10
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>