Unbreak on gcc archs
This commit is contained in:
parent
fdc48a7b9a
commit
eed84496ee
16
graphics/graphene/patches/patch-meson_build
Normal file
16
graphics/graphene/patches/patch-meson_build
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-meson_build,v 1.1 2018/06/19 18:34:27 jca Exp $
|
||||
|
||||
Don't fail on
|
||||
/usr/include/signal.h:72: error: redundant redeclaration of '__errno'
|
||||
|
||||
Index: meson.build
|
||||
--- meson.build.orig
|
||||
+++ meson.build
|
||||
@@ -92,7 +92,6 @@ else
|
||||
'-Wcast-align',
|
||||
'-Wno-unused-local-typedefs',
|
||||
'-Werror=float-conversion',
|
||||
- '-Werror=redundant-decls',
|
||||
'-Werror=missing-prototypes',
|
||||
'-Werror=missing-declarations',
|
||||
'-Werror=format=2',
|
Loading…
Reference in New Issue
Block a user