diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 08:30:27 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 08:30:27 +0000 |
commit | c55ac89dcdd6a84ca67f7888c69ebe78c1dac826 (patch) | |
tree | 123ddeae4f07536b3d89acc6409ce124aa06d373 /security/cryptlib/files/patch-tools_getlibs.sh | |
parent | math 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/files/patch-tools_getlibs.sh')
-rw-r--r-- | security/cryptlib/files/patch-tools_getlibs.sh | 11 |
1 files changed, 0 insertions, 11 deletions
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 |