diff options
author | feld <feld@FreeBSD.org> | 2015-04-16 23:18:45 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-04-16 23:18:45 +0800 |
commit | 307cd6d7c162d7e70aff8410384140d9482259b8 (patch) | |
tree | fd43bc8fda23a619ef48f410171fdfa11029c8cc /irc | |
parent | 991ba61180cab17721a1be48adb671c9bcccb59c (diff) | |
download | freebsd-ports-gnome-307cd6d7c162d7e70aff8410384140d9482259b8.tar.gz freebsd-ports-gnome-307cd6d7c162d7e70aff8410384140d9482259b8.tar.zst freebsd-ports-gnome-307cd6d7c162d7e70aff8410384140d9482259b8.zip |
Fix building against LibreSSL
Upstream is accepting this change and it will land in the next release.
PR: 198387
Diffstat (limited to 'irc')
-rw-r--r-- | irc/znc/files/patch-src_Csocket.cpp | 10 |
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 |