summaryrefslogtreecommitdiffstats
path: root/main/mesa/imports-uclibc.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-16 07:46:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-17 08:59:36 +0000
commit6d9f39b8276ea1b742065560e23cd909ac0e6123 (patch)
tree8793fec263a865b48cca17a579ec8fb24a733176 /main/mesa/imports-uclibc.patch
parentdaf90d217db90ea1dafb9d15d4c2a74cd2bc6f73 (diff)
downloadaports-6d9f39b8276ea1b742065560e23cd909ac0e6123.tar.bz2
aports-6d9f39b8276ea1b742065560e23cd909ac0e6123.tar.xz
main/mesa: upgrade to 9.0
Diffstat (limited to 'main/mesa/imports-uclibc.patch')
-rw-r--r--main/mesa/imports-uclibc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/mesa/imports-uclibc.patch b/main/mesa/imports-uclibc.patch
deleted file mode 100644
index 19e7e32d7..000000000
--- a/main/mesa/imports-uclibc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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(__HAIKU__)
-+ !defined(ANDROID) && !defined(__HAIKU__) && !defined(__UCLIBC__)
- static locale_t loc = NULL;
- if (!loc) {
- loc = newlocale(LC_CTYPE_MASK, "C", NULL);