head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.20.19.49.12; author tnn; state Exp; branches; next ; commitid 9JsLCVGeBFyBslfG; desc @@ 1.1 log @deskflow: update to 1.24.0 - The client and server binaries have been merged: Use "deskflow-core client" instead of "deskflow-client" and ditto for the server. - The log levels values in the gui have changed. Users may want to adjust the Log Level setting after upgrading. - Bugfixes and cleanups @ text @$NetBSD$ - package should not try to mess manually with --sysroot --- cmake/Libraries.cmake.orig 2025-10-16 11:40:33.871755971 +0000 +++ cmake/Libraries.cmake @@@@ -137,7 +137,7 @@@@ macro(configure_unix_libs) endif() if(APPLE) - set(CMAKE_CXX_FLAGS "--sysroot ${CMAKE_OSX_SYSROOT} ${CMAKE_CXX_FLAGS} -DGTEST_USE_OWN_TR1_TUPLE=1") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DGTEST_USE_OWN_TR1_TUPLE=1") find_library(lib_ScreenSaver ScreenSaver) find_library(lib_IOKit IOKit) find_library(lib_ApplicationServices ApplicationServices) @