aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-22 10:51:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-22 10:51:36 +0000
commit9ccaceda515297f1931abfdaac189cdf55e746f2 (patch)
tree21baecf9ddf58caa1d63423ae55d1c4f5432c338 /lang
parent78bc8e3bd931f794ed5c838d21ec5342f52a352e (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/spidermonkey/Makefile8
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>