From 8174f276ab87e082b8ddcc278c6b39f06c6624c7a3f513431de04dc7996528a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Thu, 20 Oct 2022 14:40:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/graphics/OpenShadingLanguage?expand=0&rev=40 --- 0001-Fix-compatibility-with-LLVM-14.patch | 29 ----------------------- 1 file changed, 29 deletions(-) delete mode 100644 0001-Fix-compatibility-with-LLVM-14.patch diff --git a/0001-Fix-compatibility-with-LLVM-14.patch b/0001-Fix-compatibility-with-LLVM-14.patch deleted file mode 100644 index 134804b..0000000 --- a/0001-Fix-compatibility-with-LLVM-14.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 8ceef3f70c787529c0c0e2d214ce0eacc951ec8a Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Stefan=20Br=C3=BCns?= -Date: Tue, 26 Apr 2022 02:59:50 +0200 -Subject: [PATCH] Fix compatibility with LLVM >= 14 - -Fixes #1496. ---- - src/liboslexec/llvm_util.cpp | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/liboslexec/llvm_util.cpp b/src/liboslexec/llvm_util.cpp -index 45e0b3e..96651f0 100644 ---- a/src/liboslexec/llvm_util.cpp -+++ b/src/liboslexec/llvm_util.cpp -@@ -37,7 +37,11 @@ - #include - #include - #include -+#if OSL_LLVM_VERSION < 140 - #include -+#else -+#include -+#endif - - #include - #include --- -2.35.3 -