diff --git a/srcpkgs/wvstreams/template b/srcpkgs/wvstreams/template index 515b160c9cf..e9195425891 100644 --- a/srcpkgs/wvstreams/template +++ b/srcpkgs/wvstreams/template @@ -1,7 +1,7 @@ # Template file for 'wvstreams' pkgname=wvstreams version=4.6.1 -revision=22 +revision=23 build_style=gnu-configure configure_args="--without-dbus --without-tcl --without-qt" makedepends="openssl-devel zlib-devel" @@ -14,6 +14,10 @@ checksum=8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633 conf_files="/etc/uniconf.conf" replaces="uniconf>=0" +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + CXXFLAGS="-Wno-narrowing" wvstreams-devel_package() {