Unbreak with newer glib by removing Werror, this port uses deprecated glib API
PR: 247278
This commit is contained in:
parent
3b15e5098a
commit
6f10c5a25b
11
graphics/frogr/files/patch-meson.build
Normal file
11
graphics/frogr/files/patch-meson.build
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- meson.build.orig 2020-01-10 22:37:55 UTC
|
||||||
|
+++ meson.build
|
||||||
|
@@ -3,7 +3,7 @@ project('frogr', 'c',
|
||||||
|
license: 'GPL3',
|
||||||
|
default_options: [
|
||||||
|
'warnlevel=2',
|
||||||
|
- 'werror=true'
|
||||||
|
+ 'werror=false'
|
||||||
|
])
|
||||||
|
|
||||||
|
project_name = meson.project_name()
|
||||||
Loading…
x
Reference in New Issue
Block a user