diff options
Diffstat (limited to 'testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch')
-rw-r--r-- | testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch b/testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch new file mode 100644 index 0000000000..f4475aec34 --- /dev/null +++ b/testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch @@ -0,0 +1,11 @@ +--- kdelibs-4.13.3/cmake/modules/FindLibintl.cmake.orig ++++ kdelibs-4.13.3/cmake/modules/FindLibintl.cmake +@@ -29,7 +29,7 @@ + check_function_exists(dgettext LIBINTL_LIBC_HAS_DGETTEXT) + + if (LIBINTL_LIBC_HAS_DGETTEXT) +- set(LIBINTL_LIBRARIES) ++ set(LIBINTL_LIBRARIES "intl") + set(LIBINTL_LIB_FOUND TRUE) + else (LIBINTL_LIBC_HAS_DGETTEXT) + find_library(LIBINTL_LIBRARIES NAMES intl libintl ) |