diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 11:25:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 11:25:17 +0800 |
commit | eba68e59489e41416512a9beefa55c3b7af2e254 (patch) | |
tree | 29e548211ba52f0719ac9ac640cef3b51dc06d7b /www/openvrml | |
parent | 9152d5922cd3ff7477307d03e535825df476a525 (diff) | |
download | freebsd-ports-gnome-eba68e59489e41416512a9beefa55c3b7af2e254.tar.gz freebsd-ports-gnome-eba68e59489e41416512a9beefa55c3b7af2e254.tar.zst freebsd-ports-gnome-eba68e59489e41416512a9beefa55c3b7af2e254.zip |
BROKEN on 7.0: Incorrect objformat handling
Diffstat (limited to 'www/openvrml')
-rw-r--r-- | www/openvrml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index e50e446062bd..a4d55d79d3ac 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -44,6 +44,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700029 +BROKEN= Incorrect objformat handling +.endif + .if ${ARCH} == "sparc64" BROKEN= Gets internal gcc error on ${ARCH} .endif |