head 1.1; access; symbols pkgsrc-2026Q3:1.1.0.4 pkgsrc-2026Q3-base:1.1 pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2026.03.25.22.56.26; author wiz; state Exp; branches; next ; commitid 29BuEbar9GuKtpzG; desc @@ 1.1 log @llvm and friends: update to to 20.1.8 Based on the wip packages and help from adam@@ @ text @$NetBSD$ cxxabi-reexports is not available. --- src/CMakeLists.txt.orig 2025-04-29 23:05:17.000000000 +0000 +++ src/CMakeLists.txt @@@@ -209,7 +209,7 @@@@ endif() # Maybe force some symbols to be weak, not weak or not exported. # TODO: This shouldn't depend on the platform, and ideally it should be done in the sources. -if (APPLE AND LIBCXX_CXX_ABI MATCHES "libcxxabi$" +if (FALSE AND LIBCXX_CXX_ABI MATCHES "libcxxabi$" AND NOT LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY) target_link_libraries(cxx_shared PRIVATE "-Wl,-force_symbols_not_weak_list,${CMAKE_CURRENT_SOURCE_DIR}/../lib/notweak.exp" @