[SCM] zita-rev1/master: Don't compile with -march=native, fix FTBFSs.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 24 16:08:05 UTC 2011


The following commit has been merged in the master branch:
commit d63a56f29c6ba8b69277327021e34732fe369e3e
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 24 18:07:56 2011 +0200

    Don't compile with -march=native, fix FTBFSs.

diff --git a/debian/patches/0001-makefile.patch b/debian/patches/0001-makefile.patch
index 6fb8184..ab58173 100644
--- a/debian/patches/0001-makefile.patch
+++ b/debian/patches/0001-makefile.patch
@@ -2,12 +2,12 @@ Author: Robin Gareus <robin at 64studio.com>
 Description: Declset PREFIX to /usr.
 Forwarded: not-needed
 ---
- source/Makefile |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ source/Makefile |    5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
 
---- zita-rev1-0.1.1.orig/source/Makefile
-+++ zita-rev1-0.1.1/source/Makefile
-@@ -19,7 +19,7 @@
+--- zita-rev1.orig/source/Makefile
++++ zita-rev1/source/Makefile
+@@ -19,20 +19,19 @@
  # --------------------------------------------------------------------------
  
  
@@ -16,7 +16,12 @@ Forwarded: not-needed
  SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
  LIBDIR = lib$(SUFFIX)
  SHARED = $(PREFIX)/share/zita-rev1
-@@ -32,7 +32,7 @@ all:	zita-rev1
+ VERSION = 0.1.1
+ CPPFLAGS += -O2 -ffast-math -Wall -MMD -MP -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\"
+-CPPFLAGS += -march=native
+ 
+ 
+ all:	zita-rev1
  
  ZITA-REV1_O = zita-rev1.o styles.o jclient.o mainwin.o png2img.o guiclass.o rotary.o reverb.o pareq.o
  zita-rev1:	CPPFLAGS += -I/usr/X11R6/include `freetype-config --cflags`

-- 
zita-rev1 packaging



More information about the pkg-multimedia-commits mailing list