head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.12 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.10 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2024.10.01.14.21.38; author ryoon; state Exp; branches; next ; commitid RGhC54FXa7FyZXrF; desc @@ 1.1 log @mail/thunderbird115: import thunderbird115-115.15.0 Thunderbird is a free email, news, and chat application with support for add-ons, derived from the Mozilla Firefox web browser. This package tracks 115 ESR release branch. @ text @$NetBSD: patch-third__party_sqlite3_src_moz.build,v 1.1 2024/08/01 15:27:50 ryoon Exp $ * Fix segfault under NetBSD/i386 9 and pkgsrc/lang/gcc8-8.5.0 For NetBSD/i386 9, @@SQLITE3OPTFLAG@@ will be replaced with "'-O0',". --- third_party/sqlite3/src/moz.build.orig 2023-06-22 21:19:22.000000000 +0000 +++ third_party/sqlite3/src/moz.build @@@@ -108,6 +108,7 @@@@ if CONFIG['CC_TYPE'] in ('clang', 'gcc') CFLAGS += [ '-Wno-sign-compare', '-Wno-type-limits', + @@SQLITE3OPTFLAG@@ ] # Set a default journal size limit. Note an hot journal can grow over this @