diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-17 14:32:40 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-29 00:46:57 -0500 |
commit | 1ab644b503b7df0df1cd943fb794a3579198adcd (patch) | |
tree | ad01b04eefa12726b24d5cd726e5ade9b08bc325 /package/mesalib/patches/patch-src_mesa_main_querymatrix_c | |
parent | dffa065aaf3c223203767ed5c6c5153f522fc7a6 (diff) |
update mesa to latest stable upstream
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'package/mesalib/patches/patch-src_mesa_main_querymatrix_c')
-rw-r--r-- | package/mesalib/patches/patch-src_mesa_main_querymatrix_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mesalib/patches/patch-src_mesa_main_querymatrix_c b/package/mesalib/patches/patch-src_mesa_main_querymatrix_c deleted file mode 100644 index db87901d3..000000000 --- a/package/mesalib/patches/patch-src_mesa_main_querymatrix_c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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. */ - |