summaryrefslogtreecommitdiffstats
path: root/main/mesa/musl-fixes.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-30 11:57:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-30 14:16:04 +0000
commit76b958b03fd726fd04dd4dcc3938d8c500bbc456 (patch)
tree5f1d6427e122ab26969396528359f2f889f2e6db /main/mesa/musl-fixes.patch
parent32f9fe26609dd67ee26e6040d8e766dd9cd5e450 (diff)
downloadaports-76b958b03fd726fd04dd4dcc3938d8c500bbc456.tar.bz2
aports-76b958b03fd726fd04dd4dcc3938d8c500bbc456.tar.xz
main/mesa: upgrade to 10.5.2
Diffstat (limited to 'main/mesa/musl-fixes.patch')
-rw-r--r--main/mesa/musl-fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/mesa/musl-fixes.patch b/main/mesa/musl-fixes.patch
index 3c4893e58..dd3e6bb64 100644
--- a/main/mesa/musl-fixes.patch
+++ b/main/mesa/musl-fixes.patch
@@ -1,14 +1,3 @@
---- ./include/c11/threads_posix.h.orig
-+++ ./include/c11/threads_posix.h
-@@ -178,7 +178,7 @@
- return thrd_error;
- pthread_mutexattr_init(&attr);
- if ((type & mtx_recursive) != 0) {
--#if defined(__linux__) || defined(__linux)
-+#if defined(__GLIBC__)
- pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
- #else
- pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
--- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig
+++ ./src/gallium/winsys/svga/drm/vmw_screen.h
@@ -34,7 +34,7 @@