CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2025/06/23 07:32:11

Modified files:
        www/seamonkey  : Makefile 
        www/seamonkey/patches: 
                               patch-build_moz_configure_toolchain_configure 
Added files:
        www/seamonkey/patches: 
                               
patch-security_nss_lib_mozpkix_include_pkix-test_pkixtestutil_h 

Log message:
seamonkey: unbreak build with libc++ 19

use -fvisibility=hidden rather than prepending a gcc_hidden.h header
containing '#pragma GCC visibility push(hidden)' to every single C++
source file. In addition pull in a build fix from nss to avoid an
invalid use of std::char_traits.

ok landry

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
https://github.com/nss-dev/nss/commit/bb4a1d38dd9e92923525ac6b5ed0288479f3f3fc

Reply via email to