Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313
@ 2011-03-10 13:44 Gustavo Zacarias
  2011-03-10 13:44 ` [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267 Gustavo Zacarias
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Gustavo Zacarias @ 2011-03-10 13:44 UTC (permalink / raw)
  To: buildroot

Add patch to fix the build failure as reported in bug #3313

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/x11r7/mesa3d/mesa3d-uclibc.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 package/x11r7/mesa3d/mesa3d-uclibc.patch

diff --git a/package/x11r7/mesa3d/mesa3d-uclibc.patch b/package/x11r7/mesa3d/mesa3d-uclibc.patch
new file mode 100644
index 0000000..37f620b
--- /dev/null
+++ b/package/x11r7/mesa3d/mesa3d-uclibc.patch
@@ -0,0 +1,12 @@
+diff -Nura Mesa-7.6.1/src/mesa/main/imports.c Mesa-7.6.1.uclibc/src/mesa/main/imports.c
+--- Mesa-7.6.1/src/mesa/main/imports.c	2009-12-21 23:08:13.000000000 -0300
++++ Mesa-7.6.1.uclibc/src/mesa/main/imports.c	2011-03-02 15:09:56.342618892 -0300
+@@ -915,7 +915,7 @@
+ 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);
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-03-31 21:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 13:44 [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 2/5] xterm: fix dependencies and bump to version 267 Gustavo Zacarias
2011-03-14 21:42   ` Peter Korsgaard
2011-03-10 13:44 ` [Buildroot] [PATCH 3/5] xf86-video-sis: bump to version 0.10.3 Gustavo Zacarias
2011-03-10 13:44 ` [Buildroot] [PATCH 4/5] webkit: bump to version 1.2.7 Gustavo Zacarias
2011-03-31 13:23   ` Peter Korsgaard
2011-03-31 21:38   ` Sergio Monteiro Basto
2011-03-10 13:44 ` [Buildroot] [PATCH 5/5] midori: bump to version 0.3.2 Gustavo Zacarias
2011-03-31 13:23   ` Peter Korsgaard
2011-03-16 16:40 ` [Buildroot] [PATCH 1/5] mesa3d: fix build failure bug #3313 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox