aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/osg/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/osg/files/patch-ac')
-rw-r--r--graphics/osg/files/patch-ac23
1 files changed, 14 insertions, 9 deletions
diff --git a/graphics/osg/files/patch-ac b/graphics/osg/files/patch-ac
index 0073bf6df503..f8676ea569a0 100644
--- a/graphics/osg/files/patch-ac
+++ b/graphics/osg/files/patch-ac
@@ -1,14 +1,19 @@
---- ./src/osgPlugins/txp/ORIG/trpage_sys.h Sun Feb 10 05:42:55 2002
-+++ ./src/osgPlugins/txp/trpage_sys.h Thu Mar 14 19:35:15 2002
-@@ -82,6 +82,11 @@
- typedef int64_t int64;
- //typedef long long int int64;
+--- src/osgPlugins/txp/ORIG/trpage_sys.h Thu Apr 25 17:31:16 2002
++++ src/osgPlugins/txp/trpage_sys.h Fri May 24 19:24:39 2002
+@@ -58,9 +58,16 @@
+ // Delete a file
+ #define TRPGDELETEFILE(file) remove((file))
-+#elif defined(__FreeBSD__)
-+#include <sys/inttypes.h>
++# if defined(__FreeBSD__)
++# include <sys/inttypes.h>
+typedef int64_t int64;
-+//typedef long long int int64;
++# else
+
- #elif defined(__ghs__) && defined(__LL_Is_64)
+ #ifndef int64
typedef long long int64;
+ #endif
++
++# endif
+
+ #endif