Date: Thu, 16 Apr 2015 15:18:45 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384113 - head/irc/znc/files Message-ID: <201504161518.t3GFIjMh013174@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Apr 16 15:18:45 2015 New Revision: 384113 URL: https://svnweb.freebsd.org/changeset/ports/384113 Log: Fix building against LibreSSL Upstream is accepting this change and it will land in the next release. PR: 198387 Added: head/irc/znc/files/patch-src_Csocket.cpp (contents, props changed) Added: head/irc/znc/files/patch-src_Csocket.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc/files/patch-src_Csocket.cpp Thu Apr 16 15:18:45 2015 (r384113) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504161518.t3GFIjMh013174>