diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2004-04-13 03:42:20 +0000 | 
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2004-04-13 03:42:20 +0000 | 
| commit | 903f8a161a14fbab37ddfcc33ba71da95524af83 (patch) | |
| tree | 8f77f8d69c55220e5531b817214a3154b6fc32b2 /graphics/povray36/files/patch-src::frame.h | |
| parent | 68faad92eedf345337c19c44b83b8648d579f25a (diff) | |
Notes
Diffstat (limited to 'graphics/povray36/files/patch-src::frame.h')
| -rw-r--r-- | graphics/povray36/files/patch-src::frame.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 ; | 
