From dea2a1fa20fc8e843cd85e5920a67b9054d00b2e Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Sun, 24 May 2026 15:40:32 +0000 Subject: Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI] --- repos/extra/librewolf/libcxx18.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 repos/extra/librewolf/libcxx18.patch (limited to 'repos/extra/librewolf/libcxx18.patch') diff --git a/repos/extra/librewolf/libcxx18.patch b/repos/extra/librewolf/libcxx18.patch deleted file mode 100644 index 8dc03019..00000000 --- a/repos/extra/librewolf/libcxx18.patch +++ /dev/null @@ -1,18 +0,0 @@ -Patch-Source: https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-124-patches-04.tar.xz - ---- a/build/moz.configure/toolchain.configure -+++ b/build/moz.configure/toolchain.configure -@@ -2454,10 +2454,10 @@ set_define("_LIBCPP_ALWAYS_INLINE", libcxx_override_visibility.empty) - set_define("_LIBCPP_HIDE_FROM_ABI", libcxx_override_visibility.hide_from_abi) - - --@depends(target, build_environment) --def visibility_flags(target, env): -+@depends(target, build_environment, c_compiler) -+def visibility_flags(target, env, c_compiler): - if target.os != "WINNT": -- if target.kernel in ("Darwin", "FreeBSD", "OpenBSD"): -+ if target.kernel in ("Darwin", "FreeBSD", "OpenBSD") or (c_compiler.type == "clang" and c_compiler.version >= "17.0.0"): - return ("-fvisibility=hidden", "-fvisibility-inlines-hidden") - return ( - "-I%s/system_wrappers" % os.path.join(env.dist), -- cgit v1.2.3