diff options
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 |