From 7f2e17d231a0e494a2a6bb790abee905a35bf615 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 29 Aug 2016 15:40:41 +0200 Subject: [PATCH] rxvt-unicode: filter -m... cflags from host perl, fix cross. --- srcpkgs/rxvt-unicode/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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