Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2020 15:56:15 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548891 - head/Mk
Message-ID:  <202009181556.08IFuF3Y098193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Sep 18 15:56:14 2020
New Revision: 548891
URL: https://svnweb.freebsd.org/changeset/ports/548891

Log:
  gecko: drop ancient sparc64 workaround
  
  FreeBSD 13.0 no longer supports sparc64. Firefox >= 53 requires Rust
  but sparc64 is only supported by Linux, NetBSD, OpenBSD.
  
  https://bugzilla.mozilla.org/show_bug.cgi?id=455393

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Fri Sep 18 15:56:04 2020	(r548890)
+++ head/Mk/bsd.gecko.mk	Fri Sep 18 15:56:14 2020	(r548891)
@@ -311,9 +311,6 @@ BUILD_DEPENDS+=	as:devel/binutils
 . if ${ARCH} == "powerpc64"
 MOZ_EXPORT+=	UNAME_m="${ARCH}"
 . endif
-.elif ${ARCH} == "sparc64"
-# Work around miscompilation/mislinkage of the sCanonicalVTable hacks.
-MOZ_OPTIONS+=	--disable-v1-string-abi
 .endif
 
 .else # bsd.port.post.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009181556.08IFuF3Y098193>