aboutsummaryrefslogtreecommitdiff
path: root/security/cryptlib
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-24 12:26:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-24 12:26:47 +0000
commita2fe269aad67c75af5e00bb9c0082fd47dcd4d73 (patch)
treed938a07d574faf89780ddcc8f1489d95aaa2e4cd /security/cryptlib
parent985efe61bfab22501b9ef82b10aca7ef8481014f (diff)
downloadports-a2fe269aad67c75af5e00bb9c0082fd47dcd4d73.tar.gz
ports-a2fe269aad67c75af5e00bb9c0082fd47dcd4d73.zip
Notes
Diffstat (limited to 'security/cryptlib')
-rw-r--r--security/cryptlib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile
index e898e1da72ab..7c2049c15659 100644
--- a/security/cryptlib/Makefile
+++ b/security/cryptlib/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A powerful security programming toolkit
ONLY_FOR_ARCHS= i386
-BROKEN= Hard-codes libc_r linkage
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -aq
@@ -29,6 +28,9 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+post-patch:
+ ${REINPLACE_CMD} -e 's/-lc_r/${PTHREAD_LIBS}/' ${WRKSRC}/makefile
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/endian ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.${PORTVERSION} \