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

--- Comment #16 from Mikhail T. <[email protected]> ---
(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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to