[BACK]Return to patch-src_osgDB_FileUtils_cpp CVS log [TXT][DIR] Up to [local] / ports / graphics / osg / patches

Annotation of ports/graphics/osg/patches/patch-src_osgDB_FileUtils_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/osgDB/FileUtils.cpp.orig       Tue Jun  9 11:05:54 2009
        !             3: +++ src/osgDB/FileUtils.cpp    Tue Jun  9 11:06:46 2009
        !             4: @@ -48,7 +48,7 @@
        !             5:      #if (MAC_OS_X_VERSION_MAX_ALLOWED <= 1040)
        !             6:          #define stat64 stat
        !             7:      #endif
        !             8: -#elif defined(__CYGWIN__) || defined(__FreeBSD__) || (defined(__hpux) && !defined(_LARGEFILE64_SOURCE))
        !             9: +#elif defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__OpenBSD__) || (defined(__hpux) && !defined(_LARGEFILE64_SOURCE))
        !            10:      #define stat64 stat
        !            11:  #endif
        !            12:

CVSweb