summaryrefslogtreecommitdiff
path: root/package/mesalib/patches/patch-src_mesa_main_querymatrix_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-12 09:45:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-12 09:47:48 +0200
commit5183e86e93dd3245be7e1e5718b68a5ce1b1e1ec (patch)
treed285f8d362d504c755eb0627e9463de6018eda0c /package/mesalib/patches/patch-src_mesa_main_querymatrix_c
parent79a46819229f0b42fc55914cea1b91358a51de27 (diff)
update to latest upstream version, rename to lowercase
Diffstat (limited to 'package/mesalib/patches/patch-src_mesa_main_querymatrix_c')
-rw-r--r--package/mesalib/patches/patch-src_mesa_main_querymatrix_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mesalib/patches/patch-src_mesa_main_querymatrix_c b/package/mesalib/patches/patch-src_mesa_main_querymatrix_c
new file mode 100644
index 000000000..db87901d3
--- /dev/null
+++ b/package/mesalib/patches/patch-src_mesa_main_querymatrix_c
@@ -0,0 +1,11 @@
+--- Mesa-10.1.0.orig/src/mesa/main/querymatrix.c 2014-02-27 02:56:40.000000000 +0100
++++ Mesa-10.1.0/src/mesa/main/querymatrix.c 2014-03-14 21:36:14.000000000 +0100
+@@ -76,7 +76,7 @@ fpclassify(double x)
+ #elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) || \
+ defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || \
+ (defined(__sun) && defined(__C99FEATURES__)) || defined(__MINGW32__) || \
+- (defined(__sun) && defined(__GNUC__)) || defined(ANDROID) || defined(__HAIKU__)
++ (defined(__sun) && defined(__GNUC__)) || defined(ANDROID) || defined(__HAIKU__) || 1
+
+ /* fpclassify is available. */
+