mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
anjuta: rebuild for libxcrypt
This commit is contained in:
parent
ec9f1869e1
commit
38fd5ffc7d
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'anjuta'
|
||||
pkgname=anjuta
|
||||
version=3.34.0
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
build_helper="gir qemu"
|
||||
configure_args="--disable-compile-warnings --disable-schemas-compile
|
||||
|
@ -23,6 +23,10 @@ homepage="https://projects.gnome.org/anjuta"
|
|||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=42a93130ed3ee02d064a7094e94e1ffae2032b3f35a87bf441e37fc3bb3a148f
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue