ports/mail/thunderbird-esr/files/patch-third__party_sqlite3_src_moz.build
Christoph Moench-Tegeder a9097e0cd9 mail/thunderbird-esr: copy thunderbird 128.9.0
in preparation for importing Thunderbird 137.0

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/128.9.0esr/releasenotes/
2025-03-27 20:06:37 +01:00

12 lines
483 B
Text

--- 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"
]