Package: scm
Version: 5e1-4
Severity: wishlist
Tags: patch
Hello,
with the attached patch 'scm' can be compiled on ppc64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/scm-5e1/debian/control ./debian/control
--- ../tmp-orig/scm-5e1/debian/control 2006-02-16 09:30:19.000000000 +0100
+++ ./debian/control 2006-02-16 09:23:18.000000000 +0100
@@ -6,7 +6,7 @@
Build-Depends: slib (>> 3a1), libncurses5-dev, libreadline5-dev, texi2html,
texinfo, libx11-dev
Package: scm
-Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc
s390 sparc
+Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc
ppc64 s390 sparc
Section: interpreters
Priority: optional
Depends: slib, ${shlibs:Depends}
diff -urN ../tmp-orig/scm-5e1/scmfig.h ./scmfig.h
--- ../tmp-orig/scm-5e1/scmfig.h 2005-05-10 05:16:02.000000000 +0200
+++ ./scmfig.h 2006-02-16 09:30:13.000000000 +0100
@@ -278,10 +278,10 @@
# endif
# endif
#endif
#ifdef __alpha
# define SHORT_INT
#endif
-#ifdef __ia64
+#if defined(__ia64) || defined(__powerpc64__) || defined(__x86_64__)
# define SHORT_INT
# define CDR_DOUBLES
#endif
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]