wok-6.x diff mpfr/receipt @ rev 8072
Up: gst-plugins-base to 0.10.32.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 21 19:48:28 2011 +0000 (2011-01-21) |
parents | 6b13333e1ad0 |
children | 67cfa870f4e3 |
line diff
1.1 --- a/mpfr/receipt Fri Oct 22 23:14:16 2010 +0000 1.2 +++ b/mpfr/receipt Fri Jan 21 19:48:28 2011 +0000 1.3 @@ -10,13 +10,13 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.mpfr.org/" 1.6 WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" 1.7 -EXTRAVERSION="p4" 1.8 +EXTRAVERSION="p8" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 cd $src 1.14 - patch -Np1 -i ../stuff/mpfr-3.0.0-p4.patch 1.15 + patch -Np1 -i ../stuff/$PACKAGE-$VERSION-$EXTRAVERSION.patch 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 --infodir=/usr/share/info \