summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/mesa/files/mesa-6.5.3-pthread.patch')
-rw-r--r--media-libs/mesa/files/mesa-6.5.3-pthread.patch14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index e1aab3333029..000000000000
--- a/media-libs/mesa/files/mesa-6.5.3-pthread.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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
- ;;