Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2018 04:19:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1
Message-ID:  <bug-224917-21738-TZkoCiDEuI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224917-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224917-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224917

--- Comment #16 from Mikhail T. <mi@ALDAN.algebra.com> ---
(In reply to Garrett Wollman from comment #15)
> To make this work I'd need a way to tell bsd.port.mk to use (and build!)
> clang 4.0 instead of 5.0.

Put the following snippet into your /etc/make.conf:

.if ${.CURDIR:T} =3D=3D "firefox"
CC=3D     clang40
CXX=3D    clang++40
CPP=3D    clang-cpp40
.endif

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224917-21738-TZkoCiDEuI>