From 4a5322593a0cd38215d06070a33d9169015e66b1 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 5 Sep 2006 20:59:48 -0600 Subject: [PATCH] Imported Debian patch 1.1.1-2 --- build | 4 +--- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/build b/build index 8559558..9714df6 100755 --- a/build +++ b/build @@ -4,12 +4,10 @@ # Written by John A. Magliacane, KD2BD May 2002 -- Last update: March 2006 # -cpu=`uname -m` - build_splat() { echo -n "Compiling SPLAT!... " - g++ -Wall -O3 -s -lm -lbz2 -fomit-frame-pointer -march=$cpu itm.cpp splat.cpp -o splat + g++ -Wall -O3 -s -lm -lbz2 -fomit-frame-pointer itm.cpp splat.cpp -o splat echo "Done!" } diff --git a/debian/changelog b/debian/changelog index 9439e44..13a1b4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +splat (1.1.1-2) unstable; urgency=low + + * drop the -march option on the g++ command line in the build script, + closes: #386205 + + -- Bdale Garbee Tue, 5 Sep 2006 20:59:48 -0600 + splat (1.1.1-1) unstable; urgency=low * new upstream version -- 2.30.2