mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
6f10c5a25b
PR: 247278
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
--- 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()
|