diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-11-13 07:24:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-11-13 07:24:25 +0000 |
commit | 247ff4e34172093aef54a466ec8880a20787ac3a (patch) | |
tree | 9f7abb7228d47ee5ebf1a41914a02542bea22c33 /security/cryptlib/files/patch-tools_getlibs.sh | |
parent | Disconnect openoffice.org-2-RC from the INDEX build as it is breaking it: (diff) |
Fix build on 4.x.
Notes
Notes:
svn path=/head/; revision=177160
Diffstat (limited to 'security/cryptlib/files/patch-tools_getlibs.sh')
-rw-r--r-- | security/cryptlib/files/patch-tools_getlibs.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/cryptlib/files/patch-tools_getlibs.sh b/security/cryptlib/files/patch-tools_getlibs.sh new file mode 100644 index 000000000000..47154339a0f8 --- /dev/null +++ b/security/cryptlib/files/patch-tools_getlibs.sh @@ -0,0 +1,11 @@ +--- 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 |