ports/graphics/openscenegraph/patches/patch-src_osgDB_FileUtils_cpp

13 lines
428 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/osgDB/FileUtils.cpp
--- src/osgDB/FileUtils.cpp.orig
+++ src/osgDB/FileUtils.cpp
@@ -81,7 +81,7 @@ typedef char TCHAR;
#define stat64 stat
#endif
#elif defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__DragonFly__) || \
- (defined(__hpux) && !defined(_LARGEFILE64_SOURCE))
+ defined(__OpenBSD__) || (defined(__hpux) && !defined(_LARGEFILE64_SOURCE))
#define stat64 stat
#endif