sffview (0.4-4) 02-no-march-in-cflags.diff

Summary

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

 Don't specify -march=i686 in GCC parameters

  -- Chris Lamb <lamby@debian.org>  Sun, 02 Aug 2009 00:56:44 +0100

--- sffview-0.4.orig/Makefile
+++ sffview-0.4/Makefile
@@ -53,7 +53,7 @@
 .SUFFIXES:	.o .cpp
 
 .cpp.o :
-	$(CC) -g -march=i686 -Os -c $(WXCONFIG_CPP) -o $@ $<
+	$(CC) -g -Os -c $(WXCONFIG_CPP) -o $@ $<
 
 all:    $(PROGRAM)