diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-28 15:33:18 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-28 15:33:47 -0600 |
commit | 36554c047157fc5af2f23eb6d63020ae3527951a (patch) | |
tree | aa642ef69e8335100f37be641465e72a3b6825ca /main/mesa/mesa-7.10-uclibc-glsl.patch | |
parent | c2fe699c78fcfa81d89d454c2345516c502aeb8d (diff) | |
download | aports-36554c047157fc5af2f23eb6d63020ae3527951a.tar.bz2 aports-36554c047157fc5af2f23eb6d63020ae3527951a.tar.xz |
main/mesa: upgrade to 7.10
Diffstat (limited to 'main/mesa/mesa-7.10-uclibc-glsl.patch')
-rw-r--r-- | main/mesa/mesa-7.10-uclibc-glsl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/mesa/mesa-7.10-uclibc-glsl.patch b/main/mesa/mesa-7.10-uclibc-glsl.patch new file mode 100644 index 0000000000..df7ee1b3b3 --- /dev/null +++ b/main/mesa/mesa-7.10-uclibc-glsl.patch @@ -0,0 +1,11 @@ +--- Mesa-7.10.orig/src/glsl/strtod.c ++++ Mesa-7.10/src/glsl/strtod.c +@@ -44,7 +44,7 @@ + double + glsl_strtod(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); |