diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-29 00:11:50 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-29 00:11:50 -0600 |
commit | 355cad22112731de426c7c44b489c6cc802d89b1 (patch) | |
tree | 1c02a88ceb1f38b895e148c9d3176cf3dd3f11c5 /main/mesa/mesa-7.10-uclibc.patch | |
parent | c08f78c2e5766569e734a00774cbe4a3f1d37c26 (diff) | |
download | aports-355cad22112731de426c7c44b489c6cc802d89b1.tar.bz2 aports-355cad22112731de426c7c44b489c6cc802d89b1.tar.xz |
Revert "main/mesa: upgrade to 7.10"
This reverts commit 36554c047157fc5af2f23eb6d63020ae3527951a.
Diffstat (limited to 'main/mesa/mesa-7.10-uclibc.patch')
-rw-r--r-- | main/mesa/mesa-7.10-uclibc.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/mesa/mesa-7.10-uclibc.patch b/main/mesa/mesa-7.10-uclibc.patch deleted file mode 100644 index 54d7d8c833..0000000000 --- a/main/mesa/mesa-7.10-uclibc.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- Mesa-7.10/src/mesa/main/imports.c -+++ Mesa-7.10.mod/src/mesa/main/imports.c -@@ -757,7 +757,7 @@ - float - _mesa_strtof( const char *s, char **end ) - { --#if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) -+#if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) && !defined(__UCLIBC__) - static locale_t loc = NULL; - if (!loc) { - loc = newlocale(LC_CTYPE_MASK, "C", NULL); -Only in Mesa-7.10.mod: src/mesa/main/imports.c.orig -Only in Mesa-7.10.mod: src/mesa/main/imports.c.rej |