head 1.2; access; symbols 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.2 date 2025.12.21.10.17.52; author markd; state dead; branches; next 1.1; commitid dRqAQ4k8On22jgnG; 1.1 date 2025.08.24.15.08.17; author wiz; state Exp; branches; next ; commitid XJlaB9x7H2bQJZ7G; desc @@ 1.2 log @kdevelop: update to 25.08.3 Qt6/KF6 version - Two years of development. @ text @$NetBSD: patch-plugins_debuggercommon_CMakeLists.txt,v 1.1 2025/08/24 15:08:17 wiz Exp $ Fix build with cmake 4. --- plugins/debuggercommon/CMakeLists.txt.orig 2025-08-24 15:03:21.441872413 +0000 +++ plugins/debuggercommon/CMakeLists.txt @@@@ -51,17 +51,6 @@@@ ki18n_wrap_ui(debuggercommon_SRCS registers/registersview.ui ) -# Use old behavior (ignore the visibility properties for static libraries, object -# libraries, and executables without exports) on target kdevdebuggercommon (so the -# default public visibility is used). -# kdevdebuggercommon is used by target test_gdb which is added by ecm_add_test, -# which doesn't set CMP0063 so old behavior is used. -# If kdevdebuggercommon honors visibility properties (set to hidden), it will cause -# linker warnings about direct access to global weak symbol when link against test_gdb -if(POLICY CMP0063) - cmake_policy(SET CMP0063 OLD) -endif() - add_library(kdevdebuggercommon STATIC ${debuggercommon_SRCS}) target_link_libraries(kdevdebuggercommon PUBLIC @ 1.1 log @kdevelop: fix build with cmake 4 include hicolor icons support and bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @