Warning, /graphics/digikam/project/bundles/3rdparty/ext_kf6/ki18n-disable-isocodes.patch is written in an unsupported language. File is not indexed.

0001 diff --git a/CMakeLists.txt b/CMakeLists.txt
0002 index 06b642f..0ef2b33 100644
0003 --- a/CMakeLists.txt
0004 +++ b/CMakeLists.txt
0005 @@ -51,10 +51,10 @@ set_package_properties(LibIntl PROPERTIES TYPE REQUIRED
0006      PURPOSE "Needed for building KI18n unless glibc is the system libc implementation"
0007  )
0008  
0009 -find_package(IsoCodes)
0010 -set_package_properties(IsoCodes PROPERTIES TYPE RUNTIME
0011 -    PURPOSE "Translation catalogs for countries, country subdivisions, languages and currencies"
0012 -)
0013 +#find_package(IsoCodes)
0014 +#set_package_properties(IsoCodes PROPERTIES TYPE RUNTIME
0015 +#    PURPOSE "Translation catalogs for countries, country subdivisions, languages and currencies"
0016 +#)
0017  
0018  # KF6I18nMacros.cmake only needs to know the python executable path.
0019  # Due to CMake caching the variables, and KF6I18nMacros being included by KF6I18nConfig,