Package: invaders Severity: wishlist Tags: patch See attached patch. Tested and known to build/run.
-- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-amd64 Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
diff -ur invaders-1.0.0.old/compile.sh invaders-1.0.0/compile.sh --- invaders-1.0.0.old/compile.sh 2001-05-21 22:26:46.000000000 +0200 +++ invaders-1.0.0/compile.sh 2007-05-05 14:17:16.000000000 +0200 @@ -3,8 +3,8 @@ set -e set -v -CFLAGS="-fno-builtin -nostdinc -O2 -I. -Wall -Werror" -LDFLAGS="-nostdlib -Wl,-N -Wl,-Ttext -Wl,100000" +CFLAGS="-fno-builtin -nostdinc -O2 -I. -Wall -Werror -m32" +LDFLAGS="-nostdlib -Wl,-N -Wl,-Ttext -Wl,100000 -m32" gcc $CFLAGS -c keyboard.c gcc $CFLAGS -c delay.c gcc $CFLAGS -c common.c diff -ur invaders-1.0.0.old/debian/control invaders-1.0.0/debian/control --- invaders-1.0.0.old/debian/control 2007-05-05 14:15:33.000000000 +0200 +++ invaders-1.0.0/debian/control 2007-05-05 14:16:15.000000000 +0200 @@ -6,7 +6,7 @@ Standards-Version: 3.7.2 Package: grub-invaders -Architecture: i386 +Architecture: i386 hurd-i386 kfreebsd-i386 amd64 kfreebsd-amd64 Recommends: grub Description: multiboot compliant kernel game GRUB Invaders is a game that runs directly on a computer, without an operating Only in invaders-1.0.0.old/: invaders

