wok diff jwm/receipt @ rev 16015

glib: fix cross compilation to ARM :-)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 05 03:32:36 2014 +0100 (2014-03-05)
parents 410490fd06f0
children 9be2dfe2fe72
line diff
     1.1 --- a/jwm/receipt	Sat Feb 22 19:26:13 2014 +0100
     1.2 +++ b/jwm/receipt	Wed Mar 05 03:32:36 2014 +0100
     1.3 @@ -26,7 +26,8 @@
     1.4      	--mandir=/usr/share/man \
     1.5  		--sysconfdir=/etc/xdg/jwm \
     1.6  		--disable-fribidi \
     1.7 -		$CONFIGURE_ARGS &&
     1.8 +		$CONFIGURE_ARGS 2>&1 | \
     1.9 +		sed 's/config.rpath: No such/config.rpath: no such/' &&
    1.10  	make && make install
    1.11  }
    1.12