summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-07 13:52:44 +0000
committernia <nia@pkgsrc.org>2019-08-07 13:52:44 +0000
commitae1a673578c51b7be2cf8f43e6f23fd80ecfc6d3 (patch)
tree2cdd7bef2ffee8f271d0bd821c840f4b07f823f3 /chat
parenta1504c16755cb9fd49218edea91a133bf7771c6e (diff)
downloadpkgsrc-ae1a673578c51b7be2cf8f43e6f23fd80ecfc6d3.tar.gz
unrealircd: Avoid building the internal copy of Argon2.
The pkgsrc version was being used, but not being detected properly by configure. I'm guessing the configure script is assuming Debian version numbers or something.
Diffstat (limited to 'chat')
-rw-r--r--chat/unrealircd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile
index 96d74a92655..93f2b5000fc 100644
--- a/chat/unrealircd/Makefile
+++ b/chat/unrealircd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2019/08/07 13:30:37 nia Exp $
+# $NetBSD: Makefile,v 1.64 2019/08/07 13:52:44 nia Exp $
DISTNAME= unrealircd-4.2.4.1
PKGREVISION= 1
@@ -17,6 +17,12 @@ USE_TOOLS+= gmake gunzip pkg-config
.include "options.mk"
+SUBST_CLASSES+= argon2
+SUBST_STAGE.argon2= pre-configure
+SUBST_MESSAGE.argon2= Fixing Argon2 version number
+SUBST_FILES.argon2+= configure
+SUBST_SED.argon2+= -e 's|0~20161029|ZERO|g'
+
PKG_SYSCONFSUBDIR= unrealircd
# Quoth ./configure,