newsboat: rebuild against json-c-0.13

This commit is contained in:
Michael Gehring 2018-02-28 11:16:25 +00:00
parent d95b5cf90d
commit de23f1ad4d

View file

@ -1,7 +1,7 @@
# Template file for 'newsboat'
pkgname=newsboat
version=r2.10.2
revision=1
revision=2
build_style=configure
configure_script="./config.sh"
make_install_args="prefix=/usr"
@ -16,10 +16,7 @@ homepage="http://www.newsboat.org"
distfiles="https://github.com/newsboat/newsboat/archive/${version}.tar.gz"
checksum=e548596d3a263369210890f46f146a6a398bd2b1973f94167e5614dee58ab7aa
if [ "$CROSS_BUILD" ]; then
# This is not triggered in native compilation
CXXFLAGS=" -Wno-error=sign-compare"
fi
CXXFLAGS=" -Wno-error=sign-compare"
pre_configure() {
if [ "$CROSS_BUILD" ]; then