summaryrefslogtreecommitdiff
path: root/irc/znc
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-04-16 15:18:45 +0000
committerMark Felder <feld@FreeBSD.org>2015-04-16 15:18:45 +0000
commita41c8d2b99a012c4a8ccea0d4a0adece7c18974b (patch)
treefd43bc8fda23a619ef48f410171fdfa11029c8cc /irc/znc
parent- Set variables with libexecinfo preprocessor and linker flags (diff)
Fix building against LibreSSL
Upstream is accepting this change and it will land in the next release. PR: 198387
Notes
Notes: svn path=/head/; revision=384113
Diffstat (limited to 'irc/znc')
-rw-r--r--irc/znc/files/patch-src_Csocket.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/znc/files/patch-src_Csocket.cpp b/irc/znc/files/patch-src_Csocket.cpp
new file mode 100644
index 000000000000..708e7154fc34
--- /dev/null
+++ b/irc/znc/files/patch-src_Csocket.cpp
@@ -0,0 +1,10 @@
+--- src/Csocket.cpp.orig 2015-04-16 15:00:34 UTC
++++ src/Csocket.cpp
+@@ -47,6 +47,7 @@
+ #include <stdio.h>
+ #include <openssl/conf.h>
+ #include <openssl/engine.h>
++#include <openssl/comp.h>
+ #endif /* HAVE_LIBSSL */
+
+ #ifdef HAVE_ICU