[SCM] yafaray/master: debian/patches/: patchset updated

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Wed Sep 11 10:20:35 UTC 2013


The following commit has been merged in the master branch:
commit c4c8bff380fc4eb164099a74052628c28522be77
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Tue Sep 10 17:11:33 2013 +0200

    debian/patches/: patchset updated
    
    - 0003-Fix_FTBFS_due_to_assembler_code.patch added

diff --git a/debian/patches/0003-Fix_FTBFS_due_to_assembler_code.patch b/debian/patches/0003-Fix_FTBFS_due_to_assembler_code.patch
new file mode 100644
index 0000000..eab9e83
--- /dev/null
+++ b/debian/patches/0003-Fix_FTBFS_due_to_assembler_code.patch
@@ -0,0 +1,21 @@
+From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
+Date: Tue, 10 Sep 2013 17:10:59 +0200
+Subject: Fix_FTBFS_due_to_assembler_code
+
+---
+ include/utilities/mathOptimizations.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/utilities/mathOptimizations.h b/include/utilities/mathOptimizations.h
+index 776c718..fc87b88 100644
+--- a/include/utilities/mathOptimizations.h
++++ b/include/utilities/mathOptimizations.h
+@@ -120,7 +120,7 @@ inline float asmSqrt(float n)
+ 		fsqrt
+ 		fstp r
+     }
+-#elif __GNUC__
++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
+     asm(
+ 		"fld %0;"
+ 		"fsqrt;"
diff --git a/debian/patches/series b/debian/patches/series
index cf8dafa..657a354 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Fix_FTBFS_on_ARM.patch
 0002-Fix_FTBFS_against_python3.3.patch
+0003-Fix_FTBFS_due_to_assembler_code.patch

-- 
yafaray packaging



More information about the pkg-multimedia-commits mailing list