txr: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:40:34 -07:00 committed by classabbyamp
parent 595d6e6f73
commit b39c3c71c2

View file

@ -1,7 +1,7 @@
# Template file for 'txr'
pkgname=txr
version=282
revision=1
revision=2
archs="x86_64* i686* aarch64* arm* ppc64* mips*"
build_style=configure
configure_args="--prefix=/usr"
@ -16,6 +16,10 @@ distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz
checksum=5f10467610d8213be9af8a1fc9dafbd4902b7b473a82d8b2945cfa5ea6d2fee5
nopie=yes
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" txr"
fi