svn commit: r456583 - head/lang/spidermonkey17

Mark Linimon linimon at FreeBSD.org
Mon Dec 18 03:19:48 UTC 2017


Author: linimon
Date: Mon Dec 18 03:19:46 2017
New Revision: 456583
URL: https://svnweb.freebsd.org/changeset/ports/456583

Log:
  Also broken on aarch64, though for different reason.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/spidermonkey17/Makefile

Modified: head/lang/spidermonkey17/Makefile
==============================================================================
--- head/lang/spidermonkey17/Makefile	Mon Dec 18 03:15:54 2017	(r456582)
+++ head/lang/spidermonkey17/Makefile	Mon Dec 18 03:19:46 2017	(r456583)
@@ -20,6 +20,7 @@ MAKE_ARGS+=	JS_THREADSAFE=YES \
 		LDFLAGS="-L${LOCALBASE}/lib"
 CFLAGS+=	-I${LOCALBASE}/include/nspr
 
+BROKEN_aarch64=		fails to link: missing sbrk
 BROKEN_armv6=		fails to link: final link failed: Nonrepresentable section on output
 BROKEN_armv7=		fails to link: /nxb-bin/usr/bin/ld: FreeBSD12.0-CURRENT_DBG.OBJ/js: hidden symbol `__aeabi_uidivmod' in /usr/lib/libgcc.a(aeabi_uidivmod.o) is referenced by DSO
 BROKEN_mips64=		fails to link: final link failed: Nonrepresentable section on output


More information about the svn-ports-head mailing list