https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193497
Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |In Discussion CC| |[email protected] Assignee|freebsd-ports-bugs@FreeBSD. |[email protected] |org | --- Comment #1 from Jan Beich <[email protected]> --- Do you have files/patch-bug779713 ? If not update ports again to restore the file. There was an issue with broken downgrade: 33.0.b1 -> 32.0. www/firefox uses GCC on 9.x because of USES=compiler:c++11-lib. Clang in ports is just not reliable enough unlike the version in FreeBSD base. One can still force Clang by explicitly setting CC/CXX/CPP in make.conf. Alternatively, fix compiler.mk to respect FAVORITE_COMPILER=clang when c++11-lib, e.g. by using either devel/libc++ or libstdc++ from one of lang/gcc*. OPTIMIZED_CFLAGS is default option, so the workaround stays until FreeBSD 9.2R goes EOL along with Clang 3.2 in its base. FreeBSD 9.1R uses Clang 3.1 which is not affected. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
