From de23f1ad4dcce35c20a8035b5b270e0c4c873359 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 28 Feb 2018 11:16:25 +0000 Subject: [PATCH] newsboat: rebuild against json-c-0.13 --- srcpkgs/newsboat/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/newsboat/template b/srcpkgs/newsboat/template index 7a4485ca082..ceb9364f0dd 100644 --- a/srcpkgs/newsboat/template +++ b/srcpkgs/newsboat/template @@ -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