From 8b1c8b4d8751448e2948a449a85dc07fa17ec8ff Mon Sep 17 00:00:00 2001 From: landry Date: Thu, 18 Sep 2025 14:23:55 +0000 Subject: [PATCH] mail/mozilla-thunderbird: drop patch from #1874059, merged upstream reminded by naddy@, mishap between cvs and local git.. --- ...patch-build_moz_configure_toolchain_configure | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 mail/mozilla-thunderbird/patches/patch-build_moz_configure_toolchain_configure diff --git a/mail/mozilla-thunderbird/patches/patch-build_moz_configure_toolchain_configure b/mail/mozilla-thunderbird/patches/patch-build_moz_configure_toolchain_configure deleted file mode 100644 index 2604738d741..00000000000 --- a/mail/mozilla-thunderbird/patches/patch-build_moz_configure_toolchain_configure +++ /dev/null @@ -1,16 +0,0 @@ -https://bugzilla.mozilla.org/show_bug.cgi?id=1874059 -https://github.com/llvm/llvm-project/issues/79027 -https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276746 - -Index: build/moz.configure/toolchain.configure ---- build/moz.configure/toolchain.configure.orig -+++ build/moz.configure/toolchain.configure -@@ -2290,7 +2290,7 @@ set_define("_LIBCPP_HIDE_FROM_ABI", libcxx_override_vi - @depends(target, build_environment) - def visibility_flags(target, env): - if target.os != "WINNT": -- if target.kernel == "Darwin": -+ if target.kernel == "Darwin" or target.kernel == "OpenBSD": - return ("-fvisibility=hidden", "-fvisibility-inlines-hidden") - return ( - "-I%s/system_wrappers" % os.path.join(env.dist),