Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2024 22:21:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)
Message-ID:  <bug-277021-21738-EYPxCYJAAX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277021-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277021-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277021

--- Comment #33 from Tomoaki AOKI <junchoon@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.3811820=
00
-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'] =3D True
-if CONFIG["OS_TARGET"] =3D=3D "Linux" or CONFIG["OS_TARGET"] =3D=3D "Andro=
id":
+if CONFIG["OS_TARGET"] =3D=3D "Linux" or CONFIG["OS_TARGET"] =3D=3D "Andro=
id" or \
+        CONFIG["OS_TARGET"] =3D=3D "FreeBSD":
     OS_LIBS +=3D [
         "m"
     ]

[1]
https://cgit.freebsd.org/ports/tree/www/firefox/files/patch-third__party_sq=
lite3_src_moz.build

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277021-21738-EYPxCYJAAX>