diff options
Diffstat (limited to 'system/openrc/meson-patch.diff')
-rw-r--r-- | system/openrc/meson-patch.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/openrc/meson-patch.diff b/system/openrc/meson-patch.diff new file mode 100644 index 000000000000..351378774d53 --- /dev/null +++ b/system/openrc/meson-patch.diff @@ -0,0 +1,13 @@ +diff --git a/a/meson.build b/b/meson.build +index 32dd597..4af3053 100644 +--- a/meson.build ++++ b/meson.build +@@ -6,7 +6,7 @@ project('OpenRC', 'c', + 'prefix=/usr', + 'warning_level=3', + ], +- meson_version : '>=0.61.0' ++ meson_version : '>=0.59.4' + ) + + cc = meson.get_compiler('c') |