aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptlib
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-01-24 20:26:47 +0800
committerpav <pav@FreeBSD.org>2006-01-24 20:26:47 +0800
commitd020756885312cf9e2162a74405a447d36c0f5e7 (patch)
tree7aefe54c00cccc7bac49dec9f5d4dcbdbda0d15b /security/cryptlib
parentd718f1741b25fe500672600567f1f8faea4a2628 (diff)
downloadfreebsd-ports-gnome-d020756885312cf9e2162a74405a447d36c0f5e7.tar.gz
freebsd-ports-gnome-d020756885312cf9e2162a74405a447d36c0f5e7.tar.zst
freebsd-ports-gnome-d020756885312cf9e2162a74405a447d36c0f5e7.zip
- Unbreak
PR: ports/92224 Submitted by: Johan van Selst <johans@stack.nl>
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} \