]> git.pld-linux.org Git - packages/kde4-kopete.git/blame - kde4-kopete-no-libnsl.patch
- release 13
[packages/kde4-kopete.git] / kde4-kopete-no-libnsl.patch
CommitLineData
84805dd5
JB
1--- kopete-4.14.3/protocols/jabber/libiris/CMakeLists.txt.orig 2014-11-02 12:16:53.000000000 +0100
2+++ kopete-4.14.3/protocols/jabber/libiris/CMakeLists.txt 2021-07-29 19:44:22.389063387 +0200
3@@ -235,16 +235,6 @@ if(WIN32)
4 set(iris_kopete_libs ${iris_kopete_libs} ws2_32)
5 endif(WIN32)
6
7-# On Solaris, some of the name resolution functions are in libnsl;
8-# this needs to be linked in if found. Copied from kdelibs.
9-include(CheckLibraryExists)
10-check_library_exists(nsl gethostbyname "" HAVE_NSL_LIBRARY)
11-
12-if(HAVE_NSL_LIBRARY)
13- # This is probably Solaris, and libiris needs to link
14- # to libnsl for gethostbyname
15- set(iris_kopete_libs ${iris_kopete_libs} nsl)
16-endif(HAVE_NSL_LIBRARY)
17 target_link_libraries(iris_kopete ${iris_kopete_libs})
18
19 ########### install files ###############
This page took 0.084749 seconds and 4 git commands to generate.