diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-05-13 16:15:24 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-05-13 16:15:24 +0000 |
commit | 9c3733d29672d19e68b602f1d6b93b7ff9327ccc (patch) | |
tree | 0808aab52eb4ca3029a5147d8e938ce2735b1084 /media-libs/mesa/files | |
parent | Stable on ppc wrt bug 177753 (diff) | |
download | historical-9c3733d29672d19e68b602f1d6b93b7ff9327ccc.tar.gz historical-9c3733d29672d19e68b602f1d6b93b7ff9327ccc.tar.bz2 historical-9c3733d29672d19e68b602f1d6b93b7ff9327ccc.zip |
Include Diego's xcb patch, fixing bug #177329.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'media-libs/mesa/files')
-rw-r--r-- | media-libs/mesa/files/mesa-6.5.3-pthread.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-libs/mesa/files/mesa-6.5.3-pthread.patch b/media-libs/mesa/files/mesa-6.5.3-pthread.patch new file mode 100644 index 000000000000..e1aab3333029 --- /dev/null +++ b/media-libs/mesa/files/mesa-6.5.3-pthread.patch @@ -0,0 +1,14 @@ +Index: Mesa-6.5.3/bin/mklib +=================================================================== +--- Mesa-6.5.3.orig/bin/mklib ++++ Mesa-6.5.3/bin/mklib +@@ -100,6 +100,9 @@ do + -L*) + DEPS="$DEPS $1" + ;; ++ -pthread) ++ DEPS="$DEPS $1" ++ ;; + '-cplusplus') + CPLUSPLUS=1 + ;; |