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

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Jun 24 14:39:40 UTC 2013


The following commit has been merged in the master branch:
commit 4939592a37a711bf5752c5f6c15463d7a5f350bc
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Mon Jun 24 14:36:48 2013 +0200

    debian/patches/: patchset updated
    
    - 0011-fix_FTBFS_on_non-SSE_architectures.patch added
    
    Thanks: Sergey Sharybin (upstream devel) for helping figuring this issue out.

diff --git a/debian/patches/0011-fix_FTBFS_on_non-SSE_architectures.patch b/debian/patches/0011-fix_FTBFS_on_non-SSE_architectures.patch
new file mode 100644
index 0000000..194c373
--- /dev/null
+++ b/debian/patches/0011-fix_FTBFS_on_non-SSE_architectures.patch
@@ -0,0 +1,27 @@
+From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
+Date: Mon, 24 Jun 2013 12:21:08 +0200
+Subject: fix_FTBFS_on_non-SSE_architectures
+
+Thanks: Sergey Sharybin (upstream developer)
+---
+ intern/cycles/util/util_system.cpp | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/intern/cycles/util/util_system.cpp b/intern/cycles/util/util_system.cpp
+index 4fda090..c3ecc30 100644
+--- a/intern/cycles/util/util_system.cpp
++++ b/intern/cycles/util/util_system.cpp
+@@ -199,7 +199,12 @@ bool system_cpu_support_sse3()
+ 
+ #else
+ 
+-bool system_cpu_support_optimized()
++bool system_cpu_support_sse2()
++{
++	return false;
++}
++
++bool system_cpu_support_sse3()
+ {
+ 	return false;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 91696ce..762336c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 0008-look_for_droid_ttf_with_fontconfig.patch
 0009-fix_illegal_hardware_instruction_due_to_SSE2.patch
 0010-fix_format-security_issue.patch
+0011-fix_FTBFS_on_non-SSE_architectures.patch

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list