diff options
author | tnut <tnut at nutyx dot com> | 2011-07-01 07:40:40 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-01 07:40:40 +0200 |
commit | 217cfa703037b03000e81a69f80d1ab8510710c3 (patch) | |
tree | fd97a91985da8b455fb44c2c57daa6c57c624b85 /base/boost/Pkgfile | |
parent | e8c729d20fe8774273c0115c39215fa5acafbec8 (diff) | |
parent | 859f3dc38f271d3f6beba0eebf49f8b9c0b59bd1 (diff) | |
download | nutyx-extra-217cfa703037b03000e81a69f80d1ab8510710c3.tar.gz nutyx-extra-217cfa703037b03000e81a69f80d1ab8510710c3.tar.bz2 nutyx-extra-217cfa703037b03000e81a69f80d1ab8510710c3.tar.xz nutyx-extra-217cfa703037b03000e81a69f80d1ab8510710c3.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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 |