aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libGL
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2007-06-23 03:26:51 +0800
committeranholt <anholt@FreeBSD.org>2007-06-23 03:26:51 +0800
commit4de61b59055ffebf2a1f1f0b36f54a7b4964d53f (patch)
tree627b119530042f5a7a4063e5ff23595a4f8e19b9 /graphics/libGL
parent13f4aeee371084391d6dbf033a45f453052cdc72 (diff)
downloadfreebsd-ports-graphics-4de61b59055ffebf2a1f1f0b36f54a7b4964d53f.tar.gz
freebsd-ports-graphics-4de61b59055ffebf2a1f1f0b36f54a7b4964d53f.tar.zst
freebsd-ports-graphics-4de61b59055ffebf2a1f1f0b36f54a7b4964d53f.zip
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 00000000000..a2c75fa1743
--- /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
+ ;;