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