Ticket #39006: patch-include-osg-Math.diff

File patch-include-osg-Math.diff, 544 bytes (added by Eduardop, 11 years ago)

Patch for OpenSceneGraph - file updated

  • include/osg/Math

    old new  
    3838        #define APPLE_PRE_10_2
    3939    #endif
    4040#endif
     41#if !defined(MAC_OS_X_VERSION_10_7) || (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7)
     42    #define APPLE_PRE_10_7
     43#endif
    4144#endif
    4245
    4346#if defined(_MSC_VER)
     
    4548#endif
    4649
    4750#if defined (sun) || \
    48     defined (__APPLE__) || \
     51    defined (APPLE_PRE_10_7) || \
    4952    (defined (_AIX) && defined (__GNUC__))
    5053
    5154    #include <float.h>