mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Unbreak with newer glib by removing Werror, this port uses deprecated glib API
PR: 247278
This commit is contained in:
parent
3b15e5098a
commit
6f10c5a25b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548915
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…
Reference in New Issue
Block a user