[SCM] zita-at1/master: Drop -march=native from CPPFLAGS, should fix several FTBFS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jan 2 09:10:29 UTC 2011


The following commit has been merged in the master branch:
commit cfc2fbf468e8562b5601e68d3cefb1f045ca8dc3
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jan 2 10:09:53 2011 +0100

    Drop -march=native from CPPFLAGS, should fix several FTBFS.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 0bf910b..9d4daa9 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -3,12 +3,12 @@ Description: Create the directory /usr/bin before installing the executable.
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: no
 ---
- source/Makefile |    3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
+ source/Makefile |    4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
 
 --- zita-at1.orig/source/Makefile
 +++ zita-at1/source/Makefile
-@@ -19,8 +19,7 @@
+@@ -19,14 +19,12 @@
  # --------------------------------------------------------------------------
  
  
@@ -18,3 +18,9 @@ Forwarded: no
  LIBDIR = lib$(SUFFIX)
  BINDIR = $(PREFIX)/bin
  SHARED = $(PREFIX)/share/zita-at1
+ VERSION = 0.2.1
+ CPPFLAGS += -O2 -ffast-math -Wall -MMD -MP -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\"
+-CPPFLAGS += -march=native
+ 
+ 
+ all:	zita-at1

-- 
zita-at1 packaging



More information about the pkg-multimedia-commits mailing list