From: Jose V Beneyto Date: Tue, 14 Jun 2011 07:28:56 +0000 (+0200) Subject: libmpfr: cleaned up (removed patch usage which is not used) X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=f696f1717622fe4437ca14f01a29fbe57b725317;p=crossrootfs.git libmpfr: cleaned up (removed patch usage which is not used) --- diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile index ee8f475..ae54072 100644 --- a/libmpfr/Pkgfile +++ b/libmpfr/Pkgfile @@ -11,7 +11,7 @@ source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz) build() { cd mpfr-${version%-*} - gunzip -c $SRC/$name-$version.patch.gz | patch -p1 + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \