aboutsummaryrefslogtreecommitdiff
path: root/security/stoken
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2018-01-23 09:25:45 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2018-01-23 09:25:45 +0000
commita4774dcf3fc676f94a2be5c3f73e22a4b2aa22a6 (patch)
tree0d165b908153dccebc492a65dfa0746b765452f0 /security/stoken
parentff966c717daf7c2dcb811c188e643c5bd1152bf8 (diff)
downloadports-a4774dcf3fc676f94a2be5c3f73e22a4b2aa22a6.tar.gz
ports-a4774dcf3fc676f94a2be5c3f73e22a4b2aa22a6.zip
security/stoken: fix constant that was renamed in libtommath 1.18.1
Notes
Notes: svn path=/head/; revision=459733
Diffstat (limited to 'security/stoken')
-rw-r--r--security/stoken/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/stoken/Makefile b/security/stoken/Makefile
index 1756288fb8a4..29a37b22cddd 100644
--- a/security/stoken/Makefile
+++ b/security/stoken/Makefile
@@ -34,5 +34,7 @@ INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' ${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} -e 's|LTC_LTC_PKCS_1_V1_5|LTC_PKCS_1_V1_5|g' \
+ ${WRKSRC}/src/stc-tomcrypt.c
.include <bsd.port.mk>