mpfr: fix bootstrap build.

This commit is contained in:
Juan RP 2013-04-17 16:16:06 +02:00
parent 84f5245230
commit 40ed7e64dc

View File

@ -12,6 +12,11 @@ homepage="http://www.mpfr.org"
distfiles="${homepage}/mpfr-current/$pkgname-$version.tar.bz2"
checksum=79c73f60af010a30a5c27a955a1d2d01ba095b72537dab0ecaad57f5a7bb1b6b
if [ -z "$IN_CHROOT" ]; then
CPPFLAGS="-I$XBPS_MASTERDIR/usr/include"
LDFLAGS="-L$XBPS_MASTERDIR/usr/lib"
fi
mpfr-devel_package() {
depends="gmp-devel mpfr>=$version"
short_desc+=" -- development files"