diff options
author | linimon <linimon@FreeBSD.org> | 2011-12-22 18:51:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-12-22 18:51:36 +0800 |
commit | fcb64eb7ee8fe30a41c87df3cdaa6b4211749aae (patch) | |
tree | b225481e239dd5d1f11dc00f1cbba6709abbe961 /lang/spidermonkey | |
parent | 6b29da8fc5054df4ec76cdbd1a6af2df214a2862 (diff) | |
download | freebsd-ports-gnome-fcb64eb7ee8fe30a41c87df3cdaa6b4211749aae.tar.gz freebsd-ports-gnome-fcb64eb7ee8fe30a41c87df3cdaa6b4211749aae.tar.zst freebsd-ports-gnome-fcb64eb7ee8fe30a41c87df3cdaa6b4211749aae.zip |
Mark as broken on sparc64-9: fails to link.
Hat: portmgr
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index e9b022f3692f..789b36de2383 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -66,4 +66,10 @@ do-install: ${CP} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/jsautocfg.h ${WRKSRC} @${INSTALL_DATA} ${JSH:S,^,${WRKSRC}/,} ${PREFIX}/include/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 +BROKEN= Does not build on sparc64-9: fails to link +.endif + +.include <bsd.port.post.mk> |