diff --git a/blender-2.67a-non-x86.patch b/blender-2.67a-non-x86.patch new file mode 100644 index 0000000..f4a015b --- /dev/null +++ b/blender-2.67a-non-x86.patch @@ -0,0 +1,17 @@ +diff -up blender-2.67a/intern/cycles/util/util_system.cpp.non-x86 blender-2.67a/intern/cycles/util/util_system.cpp +--- blender-2.67a/intern/cycles/util/util_system.cpp.non-x86 2013-05-26 14:48:10.000000000 +0200 ++++ blender-2.67a/intern/cycles/util/util_system.cpp 2013-05-26 14:48:27.000000000 +0200 +@@ -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/blender.spec b/blender.spec index 7a3ea5a..ecb3cd6 100644 --- a/blender.spec +++ b/blender.spec @@ -14,7 +14,7 @@ Name: blender Epoch: 1 Version: %{blender_api}a -Release: 1%{?dist} +Release: 2%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -30,6 +30,7 @@ Source10: macros.blender Patch1: blender-2.67-syspath.patch Patch2: blender-2.67-droid.patch +Patch3: blender-2.67a-non-x86.patch BuildRequires: desktop-file-utils BuildRequires: gettext @@ -145,6 +146,7 @@ sets. %patch1 -p1 -b .syspath %patch2 -p1 -b .droid +%patch3 -p1 -b .non-x86 find -name '.svn' -print | xargs rm -rf @@ -290,6 +292,9 @@ fi || : %doc release/datafiles/LICENSE-bmonofont-i18n.ttf.txt %changelog +* Sun May 26 2013 Dan HorĂ¡k - 1:2.67a-2 +- fix build on non-x86 arches + * Fri May 24 2013 Jochen Schmitt - 1:2.67a-1 - New minor upstream release