Index: Source/Base/Base/OSGBaseFunctions.inl
===================================================================
RCS file: /cvsroot/opensg/OpenSG/Source/Base/Base/OSGBaseFunctions.inl,v
retrieving revision 1.25
diff -u -r1.25 OSGBaseFunctions.inl
--- Source/Base/Base/OSGBaseFunctions.inl	5 Jun 2008 04:59:05 -0000	1.25
+++ Source/Base/Base/OSGBaseFunctions.inl	15 Jun 2008 14:55:51 -0000
@@ -1048,9 +1048,13 @@
 #ifdef __hpux
     return  isfinite(rValue);
 #else
+#ifdef __APPLE__
+    return  std::isfinite(rValue);
+#else
     return  finite(rValue);
 #endif
 #endif
+#endif
 }
 
 /*! \}                                                                 */
