aboutsummaryrefslogtreecommitdiff
path: root/security/hashish
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2002-06-24 07:27:44 +0000
committerGreg Lewis <glewis@FreeBSD.org>2002-06-24 07:27:44 +0000
commit492b2d27a1a46a0481cf9bc2e5c3e21398ad0422 (patch)
tree21d0b876d9ef519ea2aae72131631b0a639f7592 /security/hashish
parent571a6e66a631fff386c5fea28cb3744362eb0b5c (diff)
downloadports-492b2d27a1a46a0481cf9bc2e5c3e21398ad0422.tar.gz
ports-492b2d27a1a46a0481cf9bc2e5c3e21398ad0422.zip
Notes
Diffstat (limited to 'security/hashish')
-rw-r--r--security/hashish/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile
index fc876299180d..a6e0fa5b15c4 100644
--- a/security/hashish/Makefile
+++ b/security/hashish/Makefile
@@ -26,7 +26,8 @@ USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e "s,^CXXFLAGS =,CXXFLAGS+=,g ; \
- s,^LBLIBS =,LBLIBS = -L${LOCALBASE}/lib,g" ${WRKSRC}/Makefile
+ s,^LBLIBS =,LBLIBS = -pthread -L${LOCALBASE}/lib,g" \
+ ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e "s,crypto/,cryptopp/,g" ${WRKSRC}/src/main.cpp
do-install: