summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-04 10:31:18 +0000
committernia <nia@pkgsrc.org>2019-07-04 10:31:18 +0000
commitfc4e8d025c2cdd3f68106e10d414b0abee3d17cc (patch)
tree3347753fc91ed94132d415caf1d36ad243545444 /chat
parent51b6433aec47585a0d1029bb1d7947d80195df05 (diff)
downloadpkgsrc-fc4e8d025c2cdd3f68106e10d414b0abee3d17cc.tar.gz
bitchx: Fix configuring with OpenSSL 1.1.
Diffstat (limited to 'chat')
-rw-r--r--chat/bitchx/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile
index 25709ae533b..cc0ff066fcb 100644
--- a/chat/bitchx/Makefile
+++ b/chat/bitchx/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2019/05/23 19:22:56 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2019/07/04 10:31:18 nia Exp $
DISTNAME= bitchx-1.2.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bitchx/}
@@ -24,6 +24,11 @@ SUBST_STAGE.manpage= pre-configure
SUBST_FILES.manpage+= doc/BitchX.1
SUBST_VARS.manpage= PREFIX
+SUBST_CLASSES+= ssl
+SUBST_STAGE.ssl= pre-configure
+SUBST_FILES.ssl+= configure
+SUBST_SED.ssl= -e 's|SSLeay|ERR_get_error|'
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/terminfo.buildlink3.mk"