Mesa (master): mesa: fpclassify dummy definition is not needed on FreeBSD.

Vinson Lee vlee at kemper.freedesktop.org
Fri May 14 13:27:14 UTC 2010


Module: Mesa
Branch: master
Commit: 34c20fd4f5a542222aef5a008f0fe64d8c447794
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=34c20fd4f5a542222aef5a008f0fe64d8c447794

Author: Alex Kozlov <spam at rm-rf.kiev.ua>
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. */
 




More information about the mesa-commit mailing list