[SCM] zita-resampler/master: Remove -march=native.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Feb 7 23:01:33 UTC 2012


The following commit has been merged in the master branch:
commit 244ed7b9a2ce6f1ea12fad30b79f5f9a546024f1
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Feb 7 23:42:31 2012 +0100

    Remove -march=native.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 017a84d..f8ed500 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -6,13 +6,13 @@ Description: Set PREFIX properly.
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: not-needed
 ---
- apps/Makefile |   12 ++++++------
- libs/Makefile |    6 +++---
- 2 files changed, 9 insertions(+), 9 deletions(-)
+ apps/Makefile |   11 +++++------
+ libs/Makefile |    7 +++----
+ 2 files changed, 8 insertions(+), 10 deletions(-)
 
 --- zita-resampler.orig/apps/Makefile
 +++ zita-resampler/apps/Makefile
-@@ -18,16 +18,16 @@
+@@ -18,16 +18,15 @@
  # ----------------------------------------------------------------------------
  
  
@@ -30,11 +30,10 @@ Forwarded: not-needed
 +CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\" -I$(DESTDIR)$(PREFIX)/include
  CXXFLAGS += -O3  -ffast-math -Wall
 -CXXFLAGS += -march=native
-+#CXXFLAGS += -march=native
  
  
  all:	zresample zresample.1.gz
-@@ -46,7 +46,7 @@ zresample.1.gz:	zresample.1
+@@ -46,7 +45,7 @@ zresample.1.gz:	zresample.1
  
  
  install:	all
@@ -57,7 +56,15 @@ Forwarded: not-needed
  
  MAJVERS = 1
  MINVERS = 1.0
-@@ -57,7 +57,7 @@ install:	$(ZITA-RESAMPLER_MIN)
+@@ -32,7 +32,6 @@ DISTDIR = zita-resampler-$(VERSION)
+ 
+ CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
+ CXXFLAGS += -Wall -fPIC -O2 -ffast-math
+-CXXFLAGS += -march=native
+ LDFLAGS += 
+ LDLIBS +=
+ 
+@@ -57,7 +56,7 @@ install:	$(ZITA-RESAMPLER_MIN)
  	install -m 644 $(ZITA-RESAMPLER_H) $(DESTDIR)$(PREFIX)/include/zita-resampler
  	install -m 644 $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)
  	ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-RESAMPLER_SO)

-- 
zita-resampler packaging



More information about the pkg-multimedia-commits mailing list