aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-20 13:05:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-20 13:05:45 -0300
commitba4b80258f4bfb90da9667a29d3e2ebe7849d0c1 (patch)
tree70f10a5d3fcad63cefb7e50632513efcc307a4cf /testing
parentd582d29431a7ef01d65a0081961de190e2085141 (diff)
downloadaports-ba4b80258f4bfb90da9667a29d3e2ebe7849d0c1.tar.bz2
aports-ba4b80258f4bfb90da9667a29d3e2ebe7849d0c1.tar.xz
move missing patch from testing/grim to community/grim
Diffstat (limited to 'testing')
-rw-r--r--testing/grim/dont-werror.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/grim/dont-werror.patch b/testing/grim/dont-werror.patch
deleted file mode 100644
index de4bdcce48..0000000000
--- a/testing/grim/dont-werror.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 5488e38..1de861b 100644
---- a/meson.build
-+++ b/meson.build
-@@ -7,7 +7,6 @@ project(
- default_options: [
- 'c_std=c11',
- 'warning_level=2',
-- 'werror=true',
- ],
- )
-
-