vile: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:42:48 -07:00 committed by classabbyamp
parent b39c3c71c2
commit 5d0e2d982f

View file

@ -1,7 +1,7 @@
# Template file for 'vile'
pkgname=vile
version=9.8x
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-stripping"
hostmakedepends="flex"
@ -14,6 +14,10 @@ changelog="https://invisible-island.net/vile/CHANGES.html"
distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
post_extract() {
vsed -e 's/\[\[//g' -i filters/sh-filt.l
}