0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 13:46:16 +00:00
termux-packages/x11-packages/thunderbird/0007-fix-link-with-libcxx-18.patch
2024-09-17 12:26:11 +08:00

15 lines
540 B
Diff

https://bugzilla.mozilla.org/show_bug.cgi?id=1874059
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276746
--- a/build/moz.configure/toolchain.configure
+++ b/build/moz.configure/toolchain.configure
@@ -2344,7 +2344,7 @@
@depends(target, build_environment)
def visibility_flags(target, env):
if target.os != "WINNT":
- if target.kernel == "Darwin":
+ if True:
return ("-fvisibility=hidden", "-fvisibility-inlines-hidden")
return (
"-I%s/system_wrappers" % os.path.join(env.dist),