wvstreams: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:44:41 -07:00 committed by classabbyamp
parent 22c20b3377
commit 4cfd860259

View file

@ -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() {