summaryrefslogtreecommitdiff
path: root/media-libs/rlottie/files/rlottie-0.1-disable-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/rlottie/files/rlottie-0.1-disable-werror.patch')
-rw-r--r--media-libs/rlottie/files/rlottie-0.1-disable-werror.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/media-libs/rlottie/files/rlottie-0.1-disable-werror.patch b/media-libs/rlottie/files/rlottie-0.1-disable-werror.patch
deleted file mode 100644
index 55e50d63a553..000000000000
--- a/media-libs/rlottie/files/rlottie-0.1-disable-werror.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/meson.build 2020-06-19 08:49:20.511888022 +0300
-+++ b/meson.build 2020-06-19 08:49:49.166640657 +0300
-@@ -1,6 +1,6 @@
- project('rlottie',
- 'cpp',
-- default_options : ['warning_level=3', 'werror=true', 'cpp_std=c++14', 'optimization=s'],
-+ default_options : ['cpp_std=c++14', 'optimization=s'],
- version : '0.1',
- license : 'LGPL-v2.1')
-