bitchx: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:15:27 -07:00 committed by classabbyamp
parent 1d792e94d0
commit c23aa40ec0

View file

@ -1,7 +1,7 @@
# Template file for 'bitchx'
pkgname=bitchx
version=1.2.1
revision=18
revision=19
build_style=gnu-configure
configure_args="--with-ssl --with-ipv6 --with-plugins"
makedepends="openssl-devel ncurses-devel"
@ -12,6 +12,10 @@ homepage="http://bitchx.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=2d270500dd42b5e2b191980d584f6587ca8a0dbda26b35ce7fadb519f53c83e2
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
disable_parallel_build=yes
CFLAGS="-fcommon"