newsboat: rebuild against json-c-0.13
This commit is contained in:
parent
d95b5cf90d
commit
de23f1ad4d
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'newsboat'
|
# Template file for 'newsboat'
|
||||||
pkgname=newsboat
|
pkgname=newsboat
|
||||||
version=r2.10.2
|
version=r2.10.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="./config.sh"
|
configure_script="./config.sh"
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
|
@ -16,10 +16,7 @@ homepage="http://www.newsboat.org"
|
||||||
distfiles="https://github.com/newsboat/newsboat/archive/${version}.tar.gz"
|
distfiles="https://github.com/newsboat/newsboat/archive/${version}.tar.gz"
|
||||||
checksum=e548596d3a263369210890f46f146a6a398bd2b1973f94167e5614dee58ab7aa
|
checksum=e548596d3a263369210890f46f146a6a398bd2b1973f94167e5614dee58ab7aa
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
CXXFLAGS=" -Wno-error=sign-compare"
|
||||||
# This is not triggered in native compilation
|
|
||||||
CXXFLAGS=" -Wno-error=sign-compare"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in a new issue