wok diff mpc-library/receipt @ rev 17564

Up: hexchat 2.10.2
author Alexander Medvedev <devl547@gmail.com>
date Sat Feb 07 17:14:34 2015 +0000 (2015-02-07)
parents bb009a6ef036
children 57f304bdc541
line diff
     1.1 --- a/mpc-library/receipt	Sat Nov 30 15:44:51 2013 +0000
     1.2 +++ b/mpc-library/receipt	Sat Feb 07 17:14:34 2015 +0000
     1.3 @@ -10,6 +10,8 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.multiprecision.org/"
     1.6  WGET_URL="http://www.multiprecision.org/mpc/download/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8 +
     1.9  BUGS="Shared libs dont build with 0.9"
    1.10  
    1.11  DEPENDS="mpfr gmp"
    1.12 @@ -17,7 +19,6 @@
    1.13  
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	#patch -Np1 -i $stuff/libmpc-0.9-configure_cflags_egrep_issue.patch
    1.18  	./configure $CONFIGURE_ARGS && make && make install
    1.19  }