diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-14 03:10:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-14 03:10:27 +0000 |
commit | 4592f2f4b369020bdf791432414de1aaabaf77dc (patch) | |
tree | edbcb036846e98fbee5540c9b944032ea9f528c1 /www/openvrml | |
parent | 6ef83f429c724fbbb3cc6f3139c3f79ace5a8a8f (diff) | |
download | ports-4592f2f4b369020bdf791432414de1aaabaf77dc.tar.gz ports-4592f2f4b369020bdf791432414de1aaabaf77dc.zip |
Notes
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) |