summaryrefslogtreecommitdiff
path: root/security/cryptlib
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 08:30:27 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 08:30:27 +0000
commitc55ac89dcdd6a84ca67f7888c69ebe78c1dac826 (patch)
tree123ddeae4f07536b3d89acc6409ce124aa06d373 /security/cryptlib
parentmath category: Remove $PTHREAD_LIBS (diff)
security category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382200
Diffstat (limited to 'security/cryptlib')
-rw-r--r--security/cryptlib/Makefile2
-rw-r--r--security/cryptlib/files/patch-makefile2
-rw-r--r--security/cryptlib/files/patch-tools_getlibs.sh11
3 files changed, 1 insertions, 14 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile
index d9739679e4f9..da02c6340c8e 100644
--- a/security/cryptlib/Makefile
+++ b/security/cryptlib/Makefile
@@ -30,8 +30,6 @@ PORTDOCS= README
post-patch:
@${REINPLACE_CMD} -e 's/%%CFLAGS%%/${CFLAGS}/' ${WRKSRC}/makefile
- @${REINPLACE_CMD} -e 's/%%PTHREAD_CFLAGS%%/${PTHREAD_CFLAGS}/' ${WRKSRC}/makefile
- @${REINPLACE_CMD} -e 's/%%PTHREAD_LIBS%%/${PTHREAD_LIBS}/' ${WRKSRC}/tools/getlibs.sh
do-install:
${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.${PORTVERSION} \
diff --git a/security/cryptlib/files/patch-makefile b/security/cryptlib/files/patch-makefile
index cd8ba11a643e..7d43b72fadc0 100644
--- a/security/cryptlib/files/patch-makefile
+++ b/security/cryptlib/files/patch-makefile
@@ -5,7 +5,7 @@
./tools/buildasm.sh $(AS) $(OBJPATH) ; \
make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) -DUSE_ASM \
- -fomit-frame-pointer -pthread" ; \
-+ %%CFLAGS%% %%PTHREAD_CFLAGS%%" ; \
++ %%CFLAGS%%" ; \
else \
make $(DEFINES) CFLAGS="$(CFLAGS) -fomit-frame-pointer -pthread" ; \
fi
diff --git a/security/cryptlib/files/patch-tools_getlibs.sh b/security/cryptlib/files/patch-tools_getlibs.sh
deleted file mode 100644
index 47154339a0f8..000000000000
--- a/security/cryptlib/files/patch-tools_getlibs.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/getlibs.sh.orig Mon Nov 13 08:18:56 2006
-+++ tools/getlibs.sh Mon Nov 13 08:19:14 2006
-@@ -92,7 +92,7 @@
- echo "" ;;
-
- 'FreeBSD'|'NetBSD')
-- echo "-lpthread" ;;
-+ echo "%%PTHREAD_LIBS%%" ;;
-
- 'HP-UX')
- case `uname -r | sed 's/^[A-Z].//' | cut -f 1 -d '.'` in