summaryrefslogtreecommitdiffstats
path: root/testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch
blob: f4475aec34a5e5124ff830338ea3c18c53516427 (plain)
1
2
3
4
5
6
7
8
9
10
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 )