mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Release Notes: https://www.thunderbird.net/en-US/thunderbird/91.2.0/releasenotes/ This brings in Thunderbird 91esr: - the calendar is not optional anymore - gtk2 is not directly required anymore - integrated PDF viewer - and much more: https://support.mozilla.org/en-US/kb/new-thunderbird-91
10 lines
406 B
Text
10 lines
406 B
Text
--- comm/third_party/rnpdefs.mozbuild.orig 2021-08-11 20:13:25.176921000 +0200
|
|
+++ comm/third_party/rnpdefs.mozbuild 2021-08-11 20:14:08.855374000 +0200
|
|
@@ -43,6 +43,6 @@
|
|
OS_LIBS += [static_libdir, "-l:libc++.a", "-l:libc++abi.a"]
|
|
|
|
|
|
-if CONFIG["OS_ARCH"] in ("Linux", "SunOS"):
|
|
+if CONFIG["OS_ARCH"] in ("Linux", "FreeBSD", "DragonFly", "SunOS"):
|
|
CFLAGS += ["-fPIC"]
|
|
CXXFLAGS += ["-fPIC"]
|