tags 370809 + patch
thank you

The attached patch Worked For MeTM a year ago; I don't have an amd64
box handy to confirm that this is still the case.  The approach I used
(i.e. -m32) may violate policy somehow; I never bothered to check.
-- 
Trent Buck, Student Errant
--- old/scheme48_1.3-4.diff	2005-08-22 15:02:01.000000000 +1000
+++ new/scheme48_1.3-4.diff	2006-04-15 05:50:43.000000000 +1000
@@ -3121,7 +3121,7 @@
 +Standards-Version: 3.6.2.1
 +
 +Package: scheme48
-+Architecture: hurd-i386 i386 m68k sparc powerpc arm mips mipsel hppa s390 sh netbsd-i386 freebsd-i386
++Architecture: hurd-i386 i386 m68k sparc powerpc arm mips mipsel hppa s390 sh netbsd-i386 freebsd-i386 amd64
 +Provides: scheme-r5rs, scheme-srfi-7
 +Depends: ${shlibs:Depends}
 +Suggests: scheme48-doc, scheme48-scm, cmuscheme48-el
@@ -3204,7 +3204,7 @@
 +Files: /usr/share/doc/scheme48-doc/html/*.html
 --- scheme48-1.3.orig/debian/rules
 +++ scheme48-1.3/debian/rules
-@@ -0,0 +1,150 @@
+@@ -0,0 +1,155 @@
 +#!/usr/bin/make -f
 +# -*- makefile -*-
 +# Sample debian/rules that uses debhelper.
@@ -3236,6 +3236,11 @@
 +	INSTALL_PROGRAM += -s
 +endif
 +
++ifeq (x86_64-linux-gnu,$(DEB_HOST_GNU_TYPE))
++	DEB_BUILD_GNU_TYPE = i386-linux-gnu
++	CFLAGS += -m32
++endif
++
 +config.status: configure
 +	dh_testdir
 +	# Fix permissions for darcs

Attachment: signature.asc
Description: Digital signature



Reply via email to