[SCM] jconv packaging branch, master, updated. debian/0.8.1-1-22-ge360811

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Dec 7 19:32:48 UTC 2009


The following commit has been merged in the master branch:
commit e360811c584787919fd5b74fb13a2b86c5f2c236
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Dec 7 20:33:09 2009 +0100

    removed CPPFLAGS += -march=native from makefile (quilt)

diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
index 102efc8..4f362ed 100644
--- a/debian/patches/makefile.patch
+++ b/debian/patches/makefile.patch
@@ -1,8 +1,8 @@
 Patch is applied because autotools are not used by upstream author. Patch setting prefix=/usr and fix install commands and remove some cppflags
 Index: jconv/source/Makefile
 ===================================================================
---- jconv.orig/source/Makefile	2009-12-06 03:15:14.000000000 +0100
-+++ jconv/source/Makefile	2009-12-06 03:21:49.000000000 +0100
+--- jconv.orig/source/Makefile	2009-12-07 20:17:31.000000000 +0100
++++ jconv/source/Makefile	2009-12-07 20:31:46.000000000 +0100
 @@ -14,15 +14,16 @@
  #  along with this program; if not, write to the Free Software
  #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -19,7 +19,7 @@ Index: jconv/source/Makefile
  CPPFLAGS += -O3 -Wall -MMD -MP -DVERSION=\"$(VERSION)\"
 -#CPPFLAGS += -march=i686 -mtune=pentium4 -msse -msse2 -m3dnow -O3 -ffast-math
 +CPPFLAGS += -ffast-math -funroll-loops
-+CPPFLAGS += -march=native
++#CPPFLAGS += -march=native
  
  
  # Uncomment if you use a libsndfile version without support for

-- 
jconv packaging



More information about the pkg-multimedia-commits mailing list