On Tue, Dec 27, 2011 at 8:43 AM, Alexander von Gluck <kallis...@unixzen.com> wrote: > > --- > src/mesa/main/querymatrix.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c > index eaedf7c..2843d55 100644 > --- a/src/mesa/main/querymatrix.c > +++ b/src/mesa/main/querymatrix.c > @@ -73,7 +73,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(__sun) && defined(__GNUC__)) || defined(ANDROID) || > defined(__HAIKU__) > > /* fpclassify is available. */ >
I'll push this soon. -Brian _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev