aboutsummaryrefslogtreecommitdiff
path: root/graphics/osg-devel/files/patch-src+osgPlugins+txp+trpage_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/osg-devel/files/patch-src+osgPlugins+txp+trpage_sys.h')
-rw-r--r--graphics/osg-devel/files/patch-src+osgPlugins+txp+trpage_sys.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/osg-devel/files/patch-src+osgPlugins+txp+trpage_sys.h b/graphics/osg-devel/files/patch-src+osgPlugins+txp+trpage_sys.h
deleted file mode 100644
index 973f8bb246b4..000000000000
--- a/graphics/osg-devel/files/patch-src+osgPlugins+txp+trpage_sys.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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))
-
-+# if defined(__FreeBSD__)
-+# include <inttypes.h>
-+typedef int64_t int64;
-+# else
-+
- #ifndef int64
- typedef long long int64;
- #endif
-+
-+# endif
-
- #endif
-