summaryrefslogtreecommitdiffstats
path: root/main/mesa/mesa-7.10-uclibc.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-02-02 23:19:26 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-02-02 23:19:26 -0600
commit13e6cc1fa8c6b6d35d14b02e226fab17e089e08c (patch)
treed8c042bd49cd704da22932077655ea774e3803b2 /main/mesa/mesa-7.10-uclibc.patch
parent4f29312a0df2b3d2ef5bc50790c5e44e6acffc46 (diff)
downloadaports-13e6cc1fa8c6b6d35d14b02e226fab17e089e08c.tar.bz2
aports-13e6cc1fa8c6b6d35d14b02e226fab17e089e08c.tar.xz
Revert "Revert "main/mesa: upgrade to 7.10""
Diffstat (limited to 'main/mesa/mesa-7.10-uclibc.patch')
-rw-r--r--main/mesa/mesa-7.10-uclibc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/mesa/mesa-7.10-uclibc.patch b/main/mesa/mesa-7.10-uclibc.patch
new file mode 100644
index 000000000..54d7d8c83
--- /dev/null
+++ b/main/mesa/mesa-7.10-uclibc.patch
@@ -0,0 +1,13 @@
+--- 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