diff options
Diffstat (limited to 'graphics/raster3d/Makefile')
-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> |