mesa: fpclassify dummy definition is not needed on FreeBSD.
authorAlex Kozlov <spam@rm-rf.kiev.ua>
Fri, 14 May 2010 13:16:14 +0000 (06:16 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 14 May 2010 13:16:14 +0000 (06:16 -0700)
src/mesa/main/querymatrix.c

index e5c08a6..a6b04e9 100644 (file)
@@ -70,7 +70,7 @@ fpclassify(double x)
     }
 }
 
-#elif defined(__APPLE__) || defined(__CYGWIN__)
+#elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__)
 
 /* fpclassify is available. */