summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-02 11:31:50 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-02 11:31:50 +0200
commite338901c75b70f4cc62d40503449b316785e319d (patch)
treefea2a030aeff147b8811d4f5f92fcf8e5a5b77b4 /extra
parent572ea4a1a94903d6a19da366d455199c945e13e4 (diff)
downloadpackages-e338901c75b70f4cc62d40503449b316785e319d.tar.xz
extra/flac/PKGBUILD: check in again
Diffstat (limited to 'extra')
-rw-r--r--extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch b/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch
new file mode 100644
index 00000000..f6ad78c1
--- /dev/null
+++ b/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch
@@ -0,0 +1,12 @@
+diff -rauN OpenColorIO-2.1.1/share/cmake/utils/CompilerFlags.cmake OpenColorIO-2.1.1-no-sse2-patch/share/cmake/utils/CompilerFlags.cmake
+--- OpenColorIO-2.1.1/share/cmake/utils/CompilerFlags.cmake 2021-12-16 20:19:03.000000000 +0100
++++ OpenColorIO-2.1.1-no-sse2-patch/share/cmake/utils/CompilerFlags.cmake 2022-04-02 11:24:18.450648391 +0200
+@@ -86,7 +86,7 @@
+ ###############################################################################
+ # Define if SSE2 can be used.
+
+-include(CheckSupportSSE2)
++#include(CheckSupportSSE2)
+
+ if(NOT HAVE_SSE2)
+ message(STATUS "Disabling SSE optimizations, as the target doesn't support them")