summaryrefslogtreecommitdiff
path: root/graphics/libGL/files/patch-mklib
blob: a2c75fa174368b17f477556dbe6f61161aae57e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- bin/mklib.orig	Wed Jun 20 14:50:40 2007
+++ bin/mklib	Wed Jun 20 14:50:53 2007
@@ -100,6 +100,9 @@
 	-L*)
 	    DEPS="$DEPS $1"
 	    ;;
+	'-pthread')
+	    DEPS="$DEPS -pthread"
+	    ;;
 	'-cplusplus')
 	    CPLUSPLUS=1
 	    ;;