Skip to content

Commit

Permalink
xscreensaver: rebuild for libxcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
oreo639 committed Dec 22, 2023
1 parent 10e74c7 commit 80a34af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/xscreensaver/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'xscreensaver'
pkgname=xscreensaver
version=6.08
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-pam --with-login-manager
--includedir=${XBPS_CROSS_BASE}/include
Expand All @@ -19,6 +19,10 @@ changelog="https://www.jwz.org/xscreensaver/changelog.html"
distfiles="https://www.jwz.org/xscreensaver/xscreensaver-${version}.tar.gz"
checksum=5cf52ba525ceecf94b2f2bd63485ebdf318e12fcc0f2adad7d4c106d855e76a3

if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi

pre_configure() {
mkdir -p /usr/share/X11/app-defaults
}
Expand Down

0 comments on commit 80a34af

Please sign in to comment.