ports/mail/thunderbird-esr/files/patch-comm__third_party__rnpdefs.mozbuild
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

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