Module: Mesa Branch: master Commit: 34c20fd4f5a542222aef5a008f0fe64d8c447794 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34c20fd4f5a542222aef5a008f0fe64d8c447794
Author: Alex Kozlov <[email protected]> Date: Fri May 14 06:16:14 2010 -0700 mesa: fpclassify dummy definition is not needed on FreeBSD. --- 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 e5c08a6..a6b04e9 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. */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
