diff --git a/srcpkgs/procps-ng/template b/srcpkgs/procps-ng/template index 34aef7e3d86bac..ae01f117532f60 100644 --- a/srcpkgs/procps-ng/template +++ b/srcpkgs/procps-ng/template @@ -1,7 +1,7 @@ # Template file for 'procps-ng' pkgname=procps-ng version=4.0.4 -revision=1 +revision=2 build_style=gnu-configure configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin --libdir=/usr/lib --disable-kill --enable-watch8bit @@ -22,12 +22,6 @@ make_check=ci-skip conf_files="/etc/sysctl.conf" -if [ "$XBPS_TARGET_LIBC" = musl ]; then - # See https://gitlab.com/procps-ng/procps/-/issues/193 and - # https://gitlab.com/procps-ng/procps/-/merge_requests/129. - configure_args+=" --disable-w" -fi - post_extract() { vsed -i 's,ncursesw/ncurses.h,ncurses.h,g' src/watch.c }