Warning, /graphics/digikam/project/bundles/3rdparty/ext_kf5/threadweaver-macports.patch is written in an unsupported language. File is not indexed.

0001 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
0002 index 89f031d..e73588b 100644
0003 --- a/src/CMakeLists.txt
0004 +++ b/src/CMakeLists.txt
0005 @@ -41,7 +41,7 @@ target_link_libraries(KF5ThreadWeaver PUBLIC Qt5::Core)
0006  target_include_directories(KF5ThreadWeaver PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/..;${CMAKE_CURRENT_BINARY_DIR}>")
0007  target_include_directories(KF5ThreadWeaver INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/ThreadWeaver>")
0008  #FIXME: make this PUBLIC, so that it applies to anything that links against
0009 -kde_target_enable_exceptions(KF5ThreadWeaver PRIVATE)
0010 +kde_enable_exceptions()
0011  
0012  set_target_properties(KF5ThreadWeaver PROPERTIES
0013      VERSION ${THREADWEAVER_VERSION_STRING}