SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue