[SCM] mplayer/master.experimental: debian/patches/51_FTBFS_arm.patch to include -march=armv5te

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jan 8 19:42:42 UTC 2012


The following commit has been merged in the master.experimental branch:
commit a9bdc5434ad5a4db695a28ac7199ef6e8100f4d6
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jan 8 20:38:02 2012 +0100

    debian/patches/51_FTBFS_arm.patch to include -march=armv5te
    
    dropping cflags didn't work out. adding -march=armv5te seems to
    do. tested manually on agricola's sid chroot.

diff --git a/debian/patches/51_FTBFS_arm.patch b/debian/patches/51_FTBFS_arm.patch
index dc0bab5..ff8480c 100644
--- a/debian/patches/51_FTBFS_arm.patch
+++ b/debian/patches/51_FTBFS_arm.patch
@@ -3,15 +3,14 @@ Description: avoid FTBFS on arm
 
 https://buildd.debian.org/status/fetch.php?pkg=mplayer&arch=armel&ver=2%3A1.0~rc4.dfsg1%2Bsvn34492-1&stamp=1325969800
 
-diff --git a/configure b/configure
-index 253336a..b067065 100755
 --- a/configure
 +++ b/configure
-@@ -2920,7 +2920,6 @@ if arm ; then
+@@ -2920,7 +2920,7 @@ if arm ; then
      extra_cflags="$extra_cflags -mthumb"
      def_armthumb='#define CONFIG_THUMB 1'
    else
 -    extra_cflags="$extra_cflags -marm"
++    extra_cflags="$extra_cflags -marm -march=armv5te"
      def_armthumb='#define CONFIG_THUMB 0'
    fi
    echores "$armthumb"

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list