head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.18 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.16 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.14 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.12 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.10 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.8 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2024.03.03.16.12.51; author riastradh; state Exp; branches; next ; commitid IfFdoA9Qm5adqJ0F; desc @@ 1.1 log @finance/ledger32: restore ledger-3.2.1 This avoids the following regression: https://github.com/ledger/ledger/issues/2318 Eventually I would like to see this either fixed upstream or worked around, but keeping an older version is easier for now. @ text @$NetBSD: patch-src_CMakeLists.txt,v 1.1 2020/06/15 16:54:38 adam Exp $ Fix problem with install_name. --- src/CMakeLists.txt.orig 2020-05-18 05:30:10.000000000 +0000 +++ src/CMakeLists.txt @@@@ -277,8 +277,7 @@@@ if (BUILD_LIBRARY) add_library(libledger SHARED ${LEDGER_SOURCES}) add_ledger_library_dependencies(libledger) set_target_properties(libledger PROPERTIES - PREFIX "" - INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" + OUTPUT_NAME "ledger" VERSION ${Ledger_VERSION_MAJOR} SOVERSION ${Ledger_VERSION_MAJOR}) @