ports/mail/thunderbird/files/patch-comm__third_party__rnpdefs.mozbuild
Christoph Moench-Tegeder 737c941d23 mail/thunderbird: update to 91.2.0
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
2021-10-06 23:12:41 +02:00

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