mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
in preparation for importing Thunderbird 137.0 Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/128.9.0esr/releasenotes/
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"]
|