diff --git a/srcpkgs/yash/template b/srcpkgs/yash/template index 86e46c94a04..6f155a5c0db 100644 --- a/srcpkgs/yash/template +++ b/srcpkgs/yash/template @@ -1,9 +1,10 @@ # Template file for 'yash' pkgname=yash version=2.44 -revision=1 +revision=2 build_style=configure configure_args="--prefix=/usr" +make_build_args="LDLIBS=-lm LDLIBS+=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a" makedepends="ncurses-devel" short_desc="Yet another shell (POSIX-compliant)" maintainer="Leah Neukirchen "