From: Alex Kozlov Date: Fri, 14 May 2010 13:16:14 +0000 (-0700) Subject: mesa: fpclassify dummy definition is not needed on FreeBSD. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34c20fd4f5a542222aef5a008f0fe64d8c447794;p=mesa.git mesa: fpclassify dummy definition is not needed on FreeBSD. --- diff --git a/src/mesa/main/querymatrix.c b/src/mesa/main/querymatrix.c index e5c08a64146..a6b04e95519 100644 --- a/src/mesa/main/querymatrix.c +++ b/src/mesa/main/querymatrix.c @@ -70,7 +70,7 @@ fpclassify(double x) } } -#elif defined(__APPLE__) || defined(__CYGWIN__) +#elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) /* fpclassify is available. */