summaryrefslogtreecommitdiff
path: root/security/cryptlib/files/patch-tools_getlibs.sh
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-11-13 07:24:25 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-11-13 07:24:25 +0000
commit247ff4e34172093aef54a466ec8880a20787ac3a (patch)
tree9f7abb7228d47ee5ebf1a41914a02542bea22c33 /security/cryptlib/files/patch-tools_getlibs.sh
parentDisconnect 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.sh11
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