1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Unbreak

PR:		ports/92224
Submitted by:	Johan van Selst <johans@stack.nl>
This commit is contained in:
Pav Lucistnik 2006-01-24 12:26:47 +00:00
parent 985efe61bf
commit a2fe269aad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154342

View File

@ -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} \