diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-17 14:29:37 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-17 15:49:14 +0100 |
commit | 2ed30bba7d9ba94a8ee5d3a3ffcbec38ae2824e2 (patch) | |
tree | ae443f4765cc2959bb6712bdedc5c88b86e93540 /testing/kdelibs/fix-cmake-FindLibintl-4.13.3.patch | |
parent | f22ac2ad08eebae86c5306ebf0bac08c0ac483a8 (diff) | |
download | aports-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.patch | 11 |
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 ) |