aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa/mesa-7.6.1-uclibc.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-28 15:33:18 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-28 15:33:47 -0600
commit36554c047157fc5af2f23eb6d63020ae3527951a (patch)
treeaa642ef69e8335100f37be641465e72a3b6825ca /main/mesa/mesa-7.6.1-uclibc.patch
parentc2fe699c78fcfa81d89d454c2345516c502aeb8d (diff)
downloadaports-36554c047157fc5af2f23eb6d63020ae3527951a.tar.bz2
aports-36554c047157fc5af2f23eb6d63020ae3527951a.tar.xz
main/mesa: upgrade to 7.10
Diffstat (limited to 'main/mesa/mesa-7.6.1-uclibc.patch')
-rw-r--r--main/mesa/mesa-7.6.1-uclibc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/mesa/mesa-7.6.1-uclibc.patch b/main/mesa/mesa-7.6.1-uclibc.patch
deleted file mode 100644
index 4a4354d89d..0000000000
--- a/main/mesa/mesa-7.6.1-uclibc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
-index 46ffb92..6192fe6 100644
---- a/src/mesa/main/imports.c
-+++ b/src/mesa/main/imports.c
-@@ -915,7 +915,7 @@ _mesa_atoi(const char *s)
- double
- _mesa_strtod( const char *s, char **end )
- {
--#ifdef _GNU_SOURCE
-+#if defined(_GNU_SOURCE) && ! defined(__UCLIBC__)
- static locale_t loc = NULL;
- if (!loc) {
- loc = newlocale(LC_CTYPE_MASK, "C", NULL);