aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-12-17 14:29:37 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2015-12-17 15:49:14 +0100
commit2ed30bba7d9ba94a8ee5d3a3ffcbec38ae2824e2 (patch)
treeae443f4765cc2959bb6712bdedc5c88b86e93540 /testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch
parentf22ac2ad08eebae86c5306ebf0bac08c0ac483a8 (diff)
downloadaports-2ed30bba7d9ba94a8ee5d3a3ffcbec38ae2824e2.tar.bz2
aports-2ed30bba7d9ba94a8ee5d3a3ffcbec38ae2824e2.tar.xz
unmaintained/kdelibs: moved from testing
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 )