aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitchx
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2018-10-27 00:42:55 +0800
committerdanfe <danfe@FreeBSD.org>2018-10-27 00:42:55 +0800
commitf2d5ab0a8882fa5c371728730ecea6ac7b36e8ce (patch)
treef7552d934afff49219c6f450d061553205de7c75 /irc/bitchx
parentc80a68776a1bcaeeddf9ba25fd49030982e0076b (diff)
downloadfreebsd-ports-gnome-f2d5ab0a8882fa5c371728730ecea6ac7b36e8ce.tar.gz
freebsd-ports-gnome-f2d5ab0a8882fa5c371728730ecea6ac7b36e8ce.tar.zst
freebsd-ports-gnome-f2d5ab0a8882fa5c371728730ecea6ac7b36e8ce.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
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}