0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/firefox/0007-fix-link-with-libcxx-18.patch
Chongyun Lee ecceef3685
firefox: revbump to rebuild (#21078)
Co-authored-by: TomIO <43716232+TomJo2000@users.noreply.github.com>
2024-08-24 03:00:50 +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),