[BACK]Return to patch-src_drivers_olethros_geometry_cpp CVS log [TXT][DIR] Up to [local] / ports / games / torcs / patches

Annotation of ports/games/torcs/patches/patch-src_drivers_olethros_geometry_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/drivers/olethros/geometry.cpp.orig     Mon Oct 11 13:39:29 2010
        !             3: +++ src/drivers/olethros/geometry.cpp  Mon Oct 11 13:40:07 2010
        !             4: @@ -27,6 +27,9 @@
        !             5:  #ifdef WIN32
        !             6:  #include <float.h>
        !             7:  #define isnan _isnan
        !             8: +#else
        !             9: +#include <math.h>
        !            10: +#define isnan __isnanf
        !            11:  #endif
        !            12:
        !            13:

CVSweb