summaryrefslogtreecommitdiffstats
path: root/graphics/libGL
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2007-06-22 19:26:51 +0000
committeranholt <anholt@FreeBSD.org>2007-06-22 19:26:51 +0000
commit4de61b59055ffebf2a1f1f0b36f54a7b4964d53f (patch)
tree627b119530042f5a7a4063e5ff23595a4f8e19b9 /graphics/libGL
parent13f4aeee371084391d6dbf033a45f453052cdc72 (diff)
downloadFreeBSD-ports-4de61b59055ffebf2a1f1f0b36f54a7b4964d53f.zip
FreeBSD-ports-4de61b59055ffebf2a1f1f0b36f54a7b4964d53f.tar.gz
Add patch for previous commit which was missed.
Reported by: miwi@
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 0000000..a2c75fa
--- /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
+ ;;
OpenPOWER on IntegriCloud