head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.17.09.06.30; author wiz; state Exp; branches; next ; commitid zBtifya8juQHX37G; desc @@ 1.1 log @phonon: fix build with cmake 4 @ text @$NetBSD$ cmake 4 compatibility. --- phonon/CMakeLists.txt.orig 2025-08-17 09:04:31.282190211 +0000 +++ phonon/CMakeLists.txt @@@@ -168,13 +168,7 @@@@ endif (${CMAKE_SYSTEM_NAME} MATCHES "Sun set_target_properties(${PHONON_LIB_SONAME} PROPERTIES VERSION ${PHONON_LIB_VERSION} SOVERSION ${PHONON_LIB_SOVERSION} - DEFINE_SYMBOL MAKE_PHONON_LIB - LINK_INTERFACE_LIBRARIES "") -# LINK_INTERFACE_LIBRARIES: By default don't add any linked libraries to the "exported" -# link interfaces, so that executables linking against this library -# will not automatically add implicit dependencies to their link list. -# This reduces inter-package dependencies and makes it easier to remove -# dependencies of shared libraries without breaking binary compatibility. + DEFINE_SYMBOL MAKE_PHONON_LIB) target_include_directories(${PHONON_LIB_SONAME} INTERFACE "$") @