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