diff options
author | anholt <anholt@FreeBSD.org> | 2007-06-22 19:26:51 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2007-06-22 19:26:51 +0000 |
commit | 4de61b59055ffebf2a1f1f0b36f54a7b4964d53f (patch) | |
tree | 627b119530042f5a7a4063e5ff23595a4f8e19b9 /graphics/libGL | |
parent | 13f4aeee371084391d6dbf033a45f453052cdc72 (diff) | |
download | FreeBSD-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-mklib | 12 |
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 + ;; |