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, 10 insertions, 0 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
new file mode 100644
index 000000000000..55e50d63a553
--- /dev/null
+++ b/media-libs/rlottie/files/rlottie-0.1-disable-werror.patch
@@ -0,0 +1,10 @@
+--- 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')
+