summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-22 15:40:46 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-22 15:40:46 -0600
commitf6b041bf6c161ac709eafc67446e6ef7a5b8a2cd (patch)
treebb7394ddb43a524022c2c704497f24a3ec18e92a /bin
parent4f340d181aa328224ce284ccbf5d6808e7236529 (diff)
bring in Eric's FreeBSD fixes for -pthread
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mklib4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/mklib b/bin/mklib
index 21d48edd771..8334595774a 100755
--- a/bin/mklib
+++ b/bin/mklib
@@ -104,6 +104,10 @@ do
# this is a special case (see bugzilla 10876)
DEPS="$DEPS $1"
;;
+ '-pthread')
+ # for FreeBSD
+ DEPS="$DEPS -pthread"
+ ;;
'-cplusplus')
CPLUSPLUS=1
;;