wok diff bzip2/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | c5285953bed2 |
children | 6fab3264ba87 |
line diff
1.1 --- a/bzip2/receipt Sat Nov 09 21:39:14 2013 +0000 1.2 +++ b/bzip2/receipt Mon Aug 10 09:59:01 2015 -0300 1.3 @@ -18,13 +18,13 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 # Disable the tests since they won't work on a multi-architecture build 1.9 cp Makefile Makefile.orig 1.10 sed -e "/^all:/s/ test//" Makefile.orig > Makefile 1.11 + 1.12 # No configure script, we must used CC, AR and RANLIB set by cook. 1.13 case "$ARCH" in 1.14 - arm) 1.15 + arm*) 1.16 make -f Makefile-libbz2_so CC=${CC} AR=${AR} RANLIB=${RANLIB} && 1.17 make clean && make CC=${CC} AR=${AR} RANLIB=${RANLIB} ;; 1.18 *)