https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021
--- Comment #33 from Tomoaki AOKI <junch...@dec.sakura.ne.jp> --- Found below within official ports patch as [1]. Which expression is correct? "lm"? "-lm"? or "m"? Or all workes samely? I'm confused now. --- third_party/sqlite3/src/moz.build.old 2021-08-09 16:08:59.381182000 -0500 +++ third_party/sqlite3/src/moz.build 2021-08-09 16:10:25.370954000 -0500 @@ -92,7 +92,8 @@ # Enabling sqlite math functions DEFINES['SQLITE_ENABLE_MATH_FUNCTIONS'] = True -if CONFIG["OS_TARGET"] == "Linux" or CONFIG["OS_TARGET"] == "Android": +if CONFIG["OS_TARGET"] == "Linux" or CONFIG["OS_TARGET"] == "Android" or \ + CONFIG["OS_TARGET"] == "FreeBSD": OS_LIBS += [ "m" ] [1] https://cgit.freebsd.org/ports/tree/www/firefox/files/patch-third__party_sqlite3_src_moz.build -- You are receiving this mail because: You are the assignee for the bug.