diff options
author | sibel sibel <lesibel@free.fr> | 2010-02-11 23:09:49 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-02-11 23:09:49 +0100 |
commit | 7e011cc66858c834fcb1910dde9071910612b031 (patch) | |
tree | d65de11d42f644188c93b1cf616a89baf0af07d1 /extra/boost/Pkgfile | |
parent | 98e0db6e8a6b2d43d064af1ab36c763389d1bf41 (diff) | |
download | nutyx-pakxe-7e011cc66858c834fcb1910dde9071910612b031.tar.gz nutyx-pakxe-7e011cc66858c834fcb1910dde9071910612b031.tar.bz2 nutyx-pakxe-7e011cc66858c834fcb1910dde9071910612b031.tar.xz nutyx-pakxe-7e011cc66858c834fcb1910dde9071910612b031.zip |
Maj boost#1.42.0-1
Diffstat (limited to 'extra/boost/Pkgfile')
-rw-r--r-- | extra/boost/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/boost/Pkgfile b/extra/boost/Pkgfile index b16013695..b383151c6 100644 --- a/extra/boost/Pkgfile +++ b/extra/boost/Pkgfile @@ -5,16 +5,16 @@ # Depends on: python name=boost -version=1.39.0 +version=1.42.0 release=1 -_boostver=1_39_0 +_boostver=1_42_0 source=(http://downloads.sourceforge.net/$name/boost_${version//./_}.tar.bz2\ layout-tagged.patch translate_exception.patch ) build() { cd boost_${version//./_} - patch -Np0 -i ../layout-tagged.patch - patch -Np1 -i ../translate_exception.patch +# patch -Np0 -i ../layout-tagged.patch +# patch -Np1 -i ../translate_exception.patch # build bjam cd ${SRC}/${name}_${_boostver}/tools/jam/src |