aboutsummaryrefslogtreecommitdiff
path: root/graphics/libGL
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2007-06-22 19:26:51 +0000
committerEric Anholt <anholt@FreeBSD.org>2007-06-22 19:26:51 +0000
commit0370b65e4ef36cfa1a7d69419e2a0ed96c57b3be (patch)
tree798645dd3e494225ea7778c3d22f89dc58efab98 /graphics/libGL
parent0a30e861780e084b5ad0cae3a620d23bb6582293 (diff)
downloadports-0370b65e4ef36cfa1a7d69419e2a0ed96c57b3be.tar.gz
ports-0370b65e4ef36cfa1a7d69419e2a0ed96c57b3be.zip
Notes
Diffstat (limited to 'graphics/libGL')
-rw-r--r--graphics/libGL/files/patch-mklib12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/libGL/files/patch-mklib b/graphics/libGL/files/patch-mklib
new file mode 100644
index 000000000000..a2c75fa17436
--- /dev/null
+++ b/graphics/libGL/files/patch-mklib
@@ -0,0 +1,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
+ ;;