diff options
author | pav <pav@FreeBSD.org> | 2006-01-24 20:26:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-24 20:26:47 +0800 |
commit | d020756885312cf9e2162a74405a447d36c0f5e7 (patch) | |
tree | 7aefe54c00cccc7bac49dec9f5d4dcbdbda0d15b /security/cryptlib | |
parent | d718f1741b25fe500672600567f1f8faea4a2628 (diff) | |
download | freebsd-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/Makefile | 4 |
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} \ |