diff options
-rw-r--r-- | graphics/povray/files/patch-src::frame.h | 4 | ||||
-rw-r--r-- | graphics/povray36/files/patch-src::frame.h | 4 | ||||
-rw-r--r-- | graphics/povray37/files/patch-src::frame.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/povray/files/patch-src::frame.h b/graphics/povray/files/patch-src::frame.h index c37f3c036b35..296d46b51cab 100644 --- a/graphics/povray/files/patch-src::frame.h +++ b/graphics/povray/files/patch-src::frame.h @@ -4,7 +4,7 @@ class pov_istream_class; class pov_ostream_class; -+#if defined(__LP64__) ++#if defined(__LP64__) || defined(__alpha__) +typedef unsigned int u_int32 ; +#else typedef unsigned long u_int32 ; @@ -13,7 +13,7 @@ typedef unsigned char u_int8 ; typedef unsigned char byte ; -+#if defined(__LP64__) ++#if defined(__LP64__) || defined(__alpha__) +typedef signed int int32 ; +#else typedef signed long int32 ; diff --git a/graphics/povray36/files/patch-src::frame.h b/graphics/povray36/files/patch-src::frame.h index c37f3c036b35..296d46b51cab 100644 --- a/graphics/povray36/files/patch-src::frame.h +++ b/graphics/povray36/files/patch-src::frame.h @@ -4,7 +4,7 @@ class pov_istream_class; class pov_ostream_class; -+#if defined(__LP64__) ++#if defined(__LP64__) || defined(__alpha__) +typedef unsigned int u_int32 ; +#else typedef unsigned long u_int32 ; @@ -13,7 +13,7 @@ typedef unsigned char u_int8 ; typedef unsigned char byte ; -+#if defined(__LP64__) ++#if defined(__LP64__) || defined(__alpha__) +typedef signed int int32 ; +#else typedef signed long int32 ; diff --git a/graphics/povray37/files/patch-src::frame.h b/graphics/povray37/files/patch-src::frame.h index c37f3c036b35..296d46b51cab 100644 --- a/graphics/povray37/files/patch-src::frame.h +++ b/graphics/povray37/files/patch-src::frame.h @@ -4,7 +4,7 @@ class pov_istream_class; class pov_ostream_class; -+#if defined(__LP64__) ++#if defined(__LP64__) || defined(__alpha__) +typedef unsigned int u_int32 ; +#else typedef unsigned long u_int32 ; @@ -13,7 +13,7 @@ typedef unsigned char u_int8 ; typedef unsigned char byte ; -+#if defined(__LP64__) ++#if defined(__LP64__) || defined(__alpha__) +typedef signed int int32 ; +#else typedef signed long int32 ; |