ports/devel/libzrtpcpp/files/patch-libzrtpcpp.pc.cmake
Mikhail Teterin dbb15e92ca Do not insist on OpenSSL from ports -- base would do. Bump PORTREVISION.
PR:		196247
Approved by:	maintainer timeout (since December)
2015-03-06 21:58:44 +00:00

17 lines
448 B
CMake

Do not depend on the crypto "package", which would not be known
to pkgconfig if base OpenSSL is used.
The shared library installed already links with -lcrypto.
-mi
--- libzrtpcpp.pc.cmake 2013-07-01 05:10:34.000000000 -0400
+++ libzrtpcpp.pc.cmake 2015-03-06 16:19:00.000000000 -0500
@@ -9,7 +9,4 @@
Description: GNU ZRTP core library
Version: @VERSION@
-Requires: @CRYPTOBACKEND@
Libs: -L${libdir} -l@zrtplib@
Cflags: -I${includedir}
-
-