aboutsummaryrefslogtreecommitdiff
path: root/graphics/povray36/files/patch-src::frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/povray36/files/patch-src::frame.h')
-rw-r--r--graphics/povray36/files/patch-src::frame.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/povray36/files/patch-src::frame.h b/graphics/povray36/files/patch-src::frame.h
deleted file mode 100644
index 296d46b51cab..000000000000
--- a/graphics/povray36/files/patch-src::frame.h
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/frame.h.orig Tue Jan 7 10:08:30 2003
-+++ src/frame.h Sun Dec 28 23:37:04 2003
-@@ -44,12 +44,20 @@
- class pov_istream_class;
- class pov_ostream_class;
-
-+#if defined(__LP64__) || defined(__alpha__)
-+typedef unsigned int u_int32 ;
-+#else
- typedef unsigned long u_int32 ;
-+#endif
- typedef unsigned short u_int16 ;
- typedef unsigned char u_int8 ;
- typedef unsigned char byte ;
-
-+#if defined(__LP64__) || defined(__alpha__)
-+typedef signed int int32 ;
-+#else
- typedef signed long int32 ;
-+#endif
- typedef signed short int16 ;
- typedef signed char int8 ;
-