https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208538
Jan Beich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/firefox 45 fails to |www/firefox 45 fails to |build on Freebsd 9.3 |build with -pie on lang/gcc | |after r410748 CC| |[email protected] --- Comment #2 from Jan Beich <[email protected]> --- PIE is mandatory since ports r410748. www/firefox passes -pie during build which appears to be broken with lang/gcc* earlier than lang/gcc49. However, -fpie still works. Can you try a different compiler? lang/gcc5 or clang37 from devel/llvm37. USES=compiler:c++11-lang by default chooses either /usr/bin/clang or, if not available, lang/clang34. But if you've defined FAVORITE_COMPILER=gcc it can be influenced via /etc/make.conf e.g., DEFAULT_VERSIONS = gcc=5 -- 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]"
