foot: fix stupid defaults breaking build on some musl setups

Particularly, this may cause issues with ioctl, thanks to this
thing's usage of -pedantic:

../render.c:2173:46: error: overflow in conversion from 'long unsigned int' to 'int' changes value from '2148037735' to '-2146929561' [-Werror=overflow]

This is harmless, so make it not an error.
This commit is contained in:
q66 2020-09-29 22:53:16 +02:00
parent 32cbad5a03
commit f52d807f46

View file

@ -4,6 +4,7 @@ version=1.5.0
revision=1 revision=1
wrksrc=$pkgname wrksrc=$pkgname
build_style=meson build_style=meson
configure_args="-Dwerror=false"
hostmakedepends="pkg-config scdoc wayland-devel" hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
wayland-protocols" wayland-protocols"