Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch')
-rw-r--r--extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch b/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch
deleted file mode 100644
index f6ad78c1..00000000
--- a/extra/opencolorio/OpenColorIO-2.1.1-no-sse2.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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")