mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-21 12:21:43 +02:00
12 lines
411 B
Diff
12 lines
411 B
Diff
--- 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 )
|