Date: Sun, 13 Aug 2017 04:03:44 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r447715 - head/www/firefox/files Message-ID: <k228-rzpb-wny@FreeBSD.org> In-Reply-To: <201708101855.v7AItlmV044515@repo.freebsd.org> (Jan Beich's message of "Thu, 10 Aug 2017 18:55:47 %2B0000 (UTC)") References: <201708101855.v7AItlmV044515@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich <jbeich@FreeBSD.org> writes: > Author: jbeich > Date: Thu Aug 10 18:55:47 2017 > New Revision: 447715 > URL: https://svnweb.freebsd.org/changeset/ports/447715 > > Log: > www/firefox: unbreak with JIT (e.g. on powerpc*, sparc64) ^^^^ This was a typo: s/with/without/. http://searchfox.org/mozilla-central/rev/c81edf03152b/js/src/old-configure.in#862 > > In file included from js/src/builtin/RegExp.cpp:22: > In file included from js/src/jsobjinlines.h:33: > In file included from js/src/vm/TypeInference-inl.h:19: > In file included from js/src/jit/BaselineJIT.h:18: > In file included from js/src/jit/MacroAssembler.h:28: > js/src/jit/none/MacroAssembler-none.h:51:27: error: chosen constructor is > explicit in copy-initialization > static constexpr Register WasmIonExitTlsReg = { Registers::invalid_reg }; > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ > js/src/jit/Registers.h:39:24: note: explicit constructor declared here > explicit constexpr Register(Encoding e) > ^ > 1 error generated.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?k228-rzpb-wny>