]> git.pld-linux.org Git - packages/kde4-kopete.git/blob - kde4-kopete-libsrtp2.patch
- release 13
[packages/kde4-kopete.git] / kde4-kopete-libsrtp2.patch
1 --- kopete-4.14.3/cmake/modules/FindSRTP.cmake.orig     2014-11-02 12:16:53.000000000 +0100
2 +++ kopete-4.14.3/cmake/modules/FindSRTP.cmake  2021-07-29 19:26:41.376984673 +0200
3 @@ -11,8 +11,8 @@ include ( FindPackageHandleStandardArgs
4  if ( SRTP_INCLUDE_DIR AND SRTP_LIBRARY )
5         set ( SRTP_FOUND true )
6  else ( SRTP_INCLUDE_DIR AND SRTP_LIBRARY )
7 -       find_path ( SRTP_INCLUDE_DIR srtp.h PATH_SUFFIXES srtp )
8 -       find_library ( SRTP_LIBRARY NAMES srtp )
9 +       find_path ( SRTP_INCLUDE_DIR srtp.h PATH_SUFFIXES srtp2 srtp )
10 +       find_library ( SRTP_LIBRARY NAMES srtp2 srtp )
11  
12         if ( SRTP_INCLUDE_DIR AND SRTP_LIBRARY )
13                 set ( SRTP_FOUND true )
This page took 0.052306 seconds and 3 git commands to generate.