xlockmore: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 14:45:16 -07:00 committed by classabbyamp
parent 4cfd860259
commit 018923c9a7

View file

@ -1,7 +1,7 @@
# Template file for 'xlockmore'
pkgname=xlockmore
version=5.74
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-xinerama $(vopt_if opengl '--with-opengl --with-mesa')"
hostmakedepends="pkg-config"
@ -16,6 +16,10 @@ distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
checksum=488adee067a8be431a586e0d47ef6d7dd86b31768b48f04ee492f2f111165184
CFLAGS="-D_DEFAULT_SOURCE"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
build_options="opengl"
desc_option_opengl="Enable OpenGL modes"