[Bug 224917] www/firefox: bus error on stable/10 with 57.0.3,1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 10 04:20:00 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224917

--- Comment #16 from Mikhail T. <mi at 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} == "firefox"
CC=     clang40
CXX=    clang++40
CPP=    clang-cpp40
.endif

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


More information about the freebsd-gecko mailing list