aboutsummaryrefslogtreecommitdiff
path: root/irc/bitchx
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-10-26 16:42:55 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-10-26 16:42:55 +0000
commit1b3f7c273ba8e1f87ed80277e568d4e740c51ea4 (patch)
treef7552d934afff49219c6f450d061553205de7c75 /irc/bitchx
parent365e668d98316ee40a88af57f5cb3c19a05cafd3 (diff)
downloadports-1b3f7c273ba8e1f87ed80277e568d4e740c51ea4.tar.gz
ports-1b3f7c273ba8e1f87ed80277e568d4e740c51ea4.zip
Unbreak the build against newer versions of OpenSSL where they had removed
SSLeay() from libcrypto so configure test for it now fails. Check against ERR_get_error() instead. PR: 232550
Notes
Notes: svn path=/head/; revision=483042
Diffstat (limited to 'irc/bitchx')
-rw-r--r--irc/bitchx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index e48b1ca342c4..984e5ac6bf85 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -52,6 +52,7 @@ PLUGIN_LIST= abot acro arcfour autocycle blowfish cavlink cdrom encrypt \
post-patch:
${REINPLACE_CMD} -e 's|bzip2|true|g' ${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} -e 's|SSLeay|ERR_get_error|' ${WRKSRC}/configure
post-patch-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}