diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-14 11:10:27 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-14 11:10:27 +0800 |
commit | a559e7defbb64ac306829faf54b7e5bd7c5afe93 (patch) | |
tree | 0f72bb54403297f3daee564804c9241aaffc7099 /www/openvrml | |
parent | f5d7da4ba99207626f8b7b44bc126f1868adb836 (diff) | |
download | freebsd-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/Makefile | 5 |
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) |