Package: smail
Version: 3.2.0.115
Author: Guillem Jover <guillem@hadrons.org>
Status: applied
Description:
 Corrected wrong assumptions on 64bit arches.
 Comment out ARCH_TYPE so the compile time detection can work.

diff -Naur smail-3.2.0.115/conf/arch/64bit smail-3.2.0.115-patched/conf/arch/64bit
--- smail-3.2.0.115/conf/arch/64bit	Mon Jun  9 18:24:19 2003
+++ smail-3.2.0.115-patched/conf/arch/64bit	Tue Aug 19 23:03:06 2003
@@ -50,7 +50,7 @@
 #
 # (2^(CHAR_BIT * sizeof(int)) = 10^digits)
 
-MAXINT_B10_DIGITS=27
+MAXINT_B10_DIGITS=10
 # assume sizeof(int) <= sizeof(long)
 MAXLONG_B10_DIGITS=27
 
diff -Naur smail-3.2.0.115/conf/os/linux-glibc2 smail-3.2.0.115-patched/conf/os/linux-glibc2
--- smail-3.2.0.115/conf/os/linux-glibc2	Tue Aug 19 23:03:22 2003
+++ smail-3.2.0.115-patched/conf/os/linux-glibc2	Tue Aug 19 23:02:55 2003
@@ -26,9 +26,9 @@
 # ARCH_TYPE - this is likely true except for the DEC Alpha port...
 
 #if  defined(__alpha__)
-ARCH_TYPE=64bit
+#ARCH_TYPE=64bit
 #else
-ARCH_TYPE=32bit
+#ARCH_TYPE=32bit
 #endif
 
 
