1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/graphics/frogr/files/patch-meson.build
2020-09-18 21:28:50 +00:00

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()