summaryrefslogtreecommitdiff
blob: e1aab3333029d2aaed92125ac16c522b790a835a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: Mesa-6.5.3/bin/mklib
===================================================================
--- Mesa-6.5.3.orig/bin/mklib
+++ Mesa-6.5.3/bin/mklib
@@ -100,6 +100,9 @@ do
 	-L*)
 	    DEPS="$DEPS $1"
 	    ;;
+	-pthread)
+	    DEPS="$DEPS $1"
+	    ;;
 	'-cplusplus')
 	    CPLUSPLUS=1
 	    ;;