aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/kdelibs/fix-cmake-FindLibintl-4.13.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/kdelibs/fix-cmake-FindLibintl-4.13.3.patch')
-rw-r--r--unmaintained/kdelibs/fix-cmake-FindLibintl-4.13.3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/kdelibs/fix-cmake-FindLibintl-4.13.3.patch b/unmaintained/kdelibs/fix-cmake-FindLibintl-4.13.3.patch
new file mode 100644
index 0000000000..f4475aec34
--- /dev/null
+++ b/unmaintained/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 )