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

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


The following commit has been merged in the master branch:
commit 24c74820028f37bf5f54ae71929a26b3605615bb
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Wed Sep 11 11:04:40 2013 +0200

    debian/patches/: patchset refreshed
    
    - 0003-Fix_FTBFS_due_to_assembler_code.patch updated
      to really fix FTBFS on various architectures

diff --git a/debian/patches/0003-Fix_FTBFS_due_to_assembler_code.patch b/debian/patches/0003-Fix_FTBFS_due_to_assembler_code.patch
index eab9e83..e7fce30 100644
--- a/debian/patches/0003-Fix_FTBFS_due_to_assembler_code.patch
+++ b/debian/patches/0003-Fix_FTBFS_due_to_assembler_code.patch
@@ -1,13 +1,13 @@
 From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
-Date: Tue, 10 Sep 2013 17:10:59 +0200
+Date: Wed, 11 Sep 2013 11:03:28 +0200
 Subject: Fix_FTBFS_due_to_assembler_code
 
 ---
- include/utilities/mathOptimizations.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ include/utilities/mathOptimizations.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/include/utilities/mathOptimizations.h b/include/utilities/mathOptimizations.h
-index 776c718..fc87b88 100644
+index 776c718..1700fcb 100644
 --- a/include/utilities/mathOptimizations.h
 +++ b/include/utilities/mathOptimizations.h
 @@ -120,7 +120,7 @@ inline float asmSqrt(float n)
@@ -19,3 +19,12 @@ index 776c718..fc87b88 100644
      asm(
  		"fld %0;"
  		"fsqrt;"
+@@ -129,7 +129,7 @@ inline float asmSqrt(float n)
+ 		:"m" (r)
+ 		);
+ #else
+-    r = fsqrt(n);
++    r = sqrtf(n);
+ #endif
+     return r;
+ }

-- 
yafaray packaging



More information about the pkg-multimedia-commits mailing list