aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa/mesa-7.10-uclibc-gallium.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-29 00:11:50 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-29 00:11:50 -0600
commit355cad22112731de426c7c44b489c6cc802d89b1 (patch)
tree1c02a88ceb1f38b895e148c9d3176cf3dd3f11c5 /main/mesa/mesa-7.10-uclibc-gallium.patch
parentc08f78c2e5766569e734a00774cbe4a3f1d37c26 (diff)
downloadaports-355cad22112731de426c7c44b489c6cc802d89b1.tar.bz2
aports-355cad22112731de426c7c44b489c6cc802d89b1.tar.xz
Revert "main/mesa: upgrade to 7.10"
Diffstat (limited to 'main/mesa/mesa-7.10-uclibc-gallium.patch')
-rw-r--r--main/mesa/mesa-7.10-uclibc-gallium.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/main/mesa/mesa-7.10-uclibc-gallium.patch b/main/mesa/mesa-7.10-uclibc-gallium.patch
deleted file mode 100644
index a14743bc17..0000000000
--- a/main/mesa/mesa-7.10-uclibc-gallium.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Mesa-7.10.orig/src/gallium/auxiliary/util/u_debug_symbol.c
-+++ Mesa-7.10/src/gallium/auxiliary/util/u_debug_symbol.c
-@@ -145,7 +145,7 @@
- }
- #endif
-
--#ifdef __GLIBC__
-+#if defined(__GLIBC__) && !defined(__UCLIBC__)
- #include <execinfo.h>
-
- /* This can only provide dynamic symbols, or binary offsets into a file.
-@@ -171,7 +171,7 @@
- return;
- #endif
-
--#ifdef __GLIBC__
-+#if defined(__GLIBC__) && !defined(__UCLIBC__)
- debug_symbol_name_glibc(addr, buf, size);
- if(buf[0])
- return;