- Add missing patch needed to produce usable shared library
PR: 185266 Submitted by: m.v.b@runbox.com Approved by: acm (maintainer timeout) MFH: 2014Q4
This commit is contained in:
parent
223e74646a
commit
2d2e690866
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373165
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libzrtpcpp
|
||||
PORTVERSION= 2.3.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR=ccrtp
|
||||
|
11
devel/libzrtpcpp/files/patch-src__CMakeLists.txt
Normal file
11
devel/libzrtpcpp/files/patch-src__CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/CMakeLists.txt.orig 2014-11-23 18:05:43.000000000 +0300
|
||||
+++ src/CMakeLists.txt 2014-11-23 18:06:07.000000000 +0300
|
||||
@@ -27,7 +27,7 @@
|
||||
set(crypto_src ${gcrypt_src})
|
||||
endif()
|
||||
|
||||
-if (OPENSSL_FOUND AND HAVE_OPENSSL_EC_H)
|
||||
+if (OPENSSL_LIB AND HAVE_OPENSSL_EC_H)
|
||||
set(crypto_src ${openssl_src})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user