diff options
author | Sibelle <lesibel@free.fr> | 2011-06-30 12:06:44 +0200 |
---|---|---|
committer | Sibelle <lesibel@free.fr> | 2011-06-30 12:06:44 +0200 |
commit | 91017f41fb2b4723497439220048c82e8ace5941 (patch) | |
tree | 8d691f5d80a810c5677ea6d236b42072568b5657 /base/boost/Pkgfile | |
parent | e8bbfc23c1c29df7602ea2a5f11456e317b3f135 (diff) | |
download | nutyx-extra-91017f41fb2b4723497439220048c82e8ace5941.tar.gz nutyx-extra-91017f41fb2b4723497439220048c82e8ace5941.tar.bz2 nutyx-extra-91017f41fb2b4723497439220048c82e8ace5941.tar.xz nutyx-extra-91017f41fb2b4723497439220048c82e8ace5941.zip |
boost 1.46.1-1 maj
Diffstat (limited to 'base/boost/Pkgfile')
-rw-r--r-- | base/boost/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base/boost/Pkgfile b/base/boost/Pkgfile index a3298388d..74cbb81a1 100644 --- a/base/boost/Pkgfile +++ b/base/boost/Pkgfile @@ -6,16 +6,16 @@ # Run on: name=boost -version=1.45.0 -release=3 -_boostver=1_45_0 +version=1.46.1 +release=1 +_boostver=1_46_1 source=(http://downloads.sourceforge.net/$name/boost_$_boostver.tar.bz2 http://nutyx.meticul.eu/files/patchs/boost/boost-1.46.0-signals-erase-2.patch) build() { cd boost_$_boostver - patch -Np1 -i ../boost-1.46.0-signals-erase-2.patch +# patch -Np1 -i ../boost-1.46.0-signals-erase-2.patch # build bjam cd $SRC/boost_${_boostver}/tools/ echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam |