From 735d77e9ffc2763c118e05828804bc792d724926 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 19 May 2012 22:57:22 +0000 Subject: cmake 2.8.8-1 ajout patch pkg-config --- cmake/Pkgfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cmake/Pkgfile') diff --git a/cmake/Pkgfile b/cmake/Pkgfile index 9680aa7ec..196b1a056 100755 --- a/cmake/Pkgfile +++ b/cmake/Pkgfile @@ -8,14 +8,16 @@ name=cmake version=2.8.8 release=1 -source=(http://www.cmake.org/files/v2.8/$name-$version.tar.gz) +source=(http://www.cmake.org/files/v2.8/$name-$version.tar.gz + fix-pkg-config.patch) build() { cd $name-$version + patch -p1 < ../fix-pkg-config.patch ./bootstrap --prefix=/usr \ --mandir=/usr/share/man \ --system-libs \ - --parallel=2 + --parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN) make make DESTDIR=$PKG install rm -rf $PKG/usr/doc -- cgit v1.2.3-54-g00ecf