diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index 9147e39dd6a..385a6543963 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,7 +1,7 @@ # Template build file for 'rxvt-unicode'. pkgname=rxvt-unicode version=9.22 -revision=3 +revision=4 build_style=gnu-configure configure_args=" --with-terminfo=/usr/share/terminfo --enable-256-color @@ -67,7 +67,8 @@ fi _cross_perl() { if [ "$CROSS_BUILD" ]; then sed -e "s#/usr/lib#${XBPS_CROSS_BASE}\0#g" \ - -e "s#/usr/share#${XBPS_CROSS_BASE}\0#g" + -e "s#/usr/share#${XBPS_CROSS_BASE}\0#g" \ + -e "s# -m[^ ]*##g" else cat fi