From d1862eb828061c77c3230eca69fe6e1025079462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 15 Jan 2021 20:03:21 +0100 Subject: [PATCH] wvstreams: fix build w/ gcc10 --- srcpkgs/wvstreams/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/wvstreams/template b/srcpkgs/wvstreams/template index db8f89a2337..57426742a2d 100644 --- a/srcpkgs/wvstreams/template +++ b/srcpkgs/wvstreams/template @@ -12,9 +12,10 @@ makedepends="libressl-devel zlib-devel" checksum=8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633 configure_args="--sbindir=/usr/bin --without-dbus --without-tcl --without-qt" conf_files="/etc/uniconf.conf" - replaces="uniconf>=0" +CXXFLAGS="-Wno-narrowing" + wvstreams-devel_package() { depends="${sourcepkg}>=${version}_${revision} ${makedepends}" short_desc+=" - development files"