d5369094bc
by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. Written entirely in Standard C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems. The OpenSceneGraph is now well established as the world leading scene graph technology, used widely in the vis-sim, space, scientific, oil-gas, games and virtual reality industries.
13 lines
569 B
Text
13 lines
569 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2010/08/26 13:08:49 adam Exp $
|
|
|
|
--- src/osgDB/FileUtils.cpp.orig 2009-01-12 17:28:37.000000000 +0200
|
|
+++ src/osgDB/FileUtils.cpp 2009-01-12 17:30:14.000000000 +0200
|
|
@@ -47,7 +47,7 @@
|
|
#if (MAC_OS_X_VERSION_MAX_ALLOWED <= 1040)
|
|
#define stat64 stat
|
|
#endif
|
|
-#elif defined(__CYGWIN__) || defined(__FreeBSD__) || (defined(__hpux) && !defined(_LARGEFILE64_SOURCE))
|
|
+#elif defined(__CYGWIN__) || defined(__FreeBSD__) || defined (__NetBSD__) || (defined(__hpux) && !defined(_LARGEFILE64_SOURCE))
|
|
#define stat64 stat
|
|
#endif
|
|
|