https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
--- Comment #85 from Tatsuki Makino <tatsuki_mak...@hotmail.com> --- It seems to me that ${WRKSRC}/browser/app/moz.build should be patched to also link libm when linking firefox or firefox-bin binaries. Perhaps the following would be added OS_LIBS += [ "m", ] Naturally, I have not yet tested this as well :) Sometimes -Wl,--as-needed option of the linker is always used as a convenience option, but it is probably the original meaning of this option to be used for libm :) -- You are receiving this mail because: You are the assignee for the bug.