aboutsummaryrefslogtreecommitdiffstats
path: root/www/openvrml
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-14 11:10:27 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-14 11:10:27 +0800
commita559e7defbb64ac306829faf54b7e5bd7c5afe93 (patch)
tree0f72bb54403297f3daee564804c9241aaffc7099 /www/openvrml
parentf5d7da4ba99207626f8b7b44bc126f1868adb836 (diff)
downloadfreebsd-ports-gnome-a559e7defbb64ac306829faf54b7e5bd7c5afe93.tar.gz
freebsd-ports-gnome-a559e7defbb64ac306829faf54b7e5bd7c5afe93.tar.zst
freebsd-ports-gnome-a559e7defbb64ac306829faf54b7e5bd7c5afe93.zip
Mark broken on sparc64.
Diffstat (limited to 'www/openvrml')
-rw-r--r--www/openvrml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile
index 0231a5422596..f54e2b0ee8b6 100644
--- a/www/openvrml/Makefile
+++ b/www/openvrml/Makefile
@@ -46,7 +46,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on ${OPSYS}-${OSREL}"
+BROKEN= Does not compile on ${OPSYS}-${OSREL}
+.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Gets internal gcc error on ${ARCH}
.endif
.if exists(${LOCALBASE}/include/boost/python.hpp)