summaryrefslogtreecommitdiffstats
path: root/main/mesa/mesa-7.10-uclibc.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-29 18:13:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-29 18:13:28 +0000
commit0d16fefa7cc9ed3ddc8c08d18d5e811530866893 (patch)
tree87d5a24e1789be59d6cada34adcc0eaf88244308 /main/mesa/mesa-7.10-uclibc.patch
parentf3c0363f4c66cf783edab1ec0259208d1fe0b1dc (diff)
downloadaports-0d16fefa7cc9ed3ddc8c08d18d5e811530866893.tar.bz2
aports-0d16fefa7cc9ed3ddc8c08d18d5e811530866893.tar.xz
main/mesa: upgrade to 8.0.1
Diffstat (limited to 'main/mesa/mesa-7.10-uclibc.patch')
-rw-r--r--main/mesa/mesa-7.10-uclibc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/mesa/mesa-7.10-uclibc.patch b/main/mesa/mesa-7.10-uclibc.patch
deleted file mode 100644
index 54d7d8c83..000000000
--- a/main/mesa/mesa-7.10-uclibc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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