From 903f8a161a14fbab37ddfcc33ba71da95524af83 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 13 Apr 2004 03:42:20 +0000 Subject: Hope this fixes for Alpha 4-stable --- graphics/povray/files/patch-src::frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/povray') 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 ; -- cgit v1.2.3