From 4b5a82a44d8fc972c7c56ed7ac1133473b66fd84 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 1 Mar 2012 09:39:40 +0000 Subject: main/mesa: add missing patch --- main/mesa/imports-uclibc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/mesa/imports-uclibc.patch diff --git a/main/mesa/imports-uclibc.patch b/main/mesa/imports-uclibc.patch new file mode 100644 index 0000000000..d27d5af4d3 --- /dev/null +++ b/main/mesa/imports-uclibc.patch @@ -0,0 +1,11 @@ +--- ./src/mesa/main/imports.c.orig ++++ ./src/mesa/main/imports.c +@@ -767,7 +767,7 @@ + _mesa_strtof( const char *s, char **end ) + { + #if defined(_GNU_SOURCE) && !defined(__CYGWIN__) && !defined(__FreeBSD__) && \ +- !defined(ANDROID) ++ !defined(ANDROID) && !defined(__UCLIBC__) + static locale_t loc = NULL; + if (!loc) { + loc = newlocale(LC_CTYPE_MASK, "C", NULL); -- cgit v1.2.3