diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-06-19 09:39:22 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-06-19 09:39:22 +0000 |
commit | 22aed9e8f44447e0177c561dcdb41e8e25efbb36 (patch) | |
tree | 255534d432bad2798657155f5549ce0b1e5e6851 /devel/libevent2/files/patch-libevent_openssl.pc.in | |
parent | Fix DEPORIGIN in BSDPAN. (diff) |
Update to 2.0.12
Notes
Notes:
svn path=/head/; revision=275824
Diffstat (limited to 'devel/libevent2/files/patch-libevent_openssl.pc.in')
-rw-r--r-- | devel/libevent2/files/patch-libevent_openssl.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libevent2/files/patch-libevent_openssl.pc.in b/devel/libevent2/files/patch-libevent_openssl.pc.in index 0b8bfd49d663..fd38eb1eb933 100644 --- a/devel/libevent2/files/patch-libevent_openssl.pc.in +++ b/devel/libevent2/files/patch-libevent_openssl.pc.in @@ -1,12 +1,12 @@ ---- libevent_openssl.pc.in.orig 2010-08-16 18:56:09.000000000 +0200 -+++ libevent_openssl.pc.in 2011-03-06 21:15:11.687161250 +0100 +--- libevent_openssl.pc.in.orig 2011-05-23 23:45:50.000000000 +0200 ++++ libevent_openssl.pc.in 2011-06-19 11:22:11.784914479 +0200 @@ -10,7 +10,7 @@ Version: @VERSION@ Requires: libevent Conflicts: -Libs: -L${libdir} -levent_openssl +Libs: -L${libdir} -levent_openssl-2.0 - Libs.private: @LIBS@ -lcrypto -lssl + Libs.private: @LIBS@ -lssl -lcrypto -Cflags: -I${includedir} +Cflags: -I${includedir} -I${includedir}/event2/compat |