- 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:
Dmitry Marakasov 2014-11-23 16:19:11 +00:00
parent 223e74646a
commit 2d2e690866
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373165
2 changed files with 12 additions and 1 deletions

View File

@ -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

View 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()