From 9ccaceda515297f1931abfdaac189cdf55e746f2 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 22 Dec 2011 10:51:36 +0000 Subject: [PATCH] Mark as broken on sparc64-9: fails to link. Hat: portmgr --- lang/spidermonkey/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +.include + +.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000 +BROKEN= Does not build on sparc64-9: fails to link +.endif + +.include