summaryrefslogtreecommitdiffstats
path: root/base/boost/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/boost/Pkgfile')
-rw-r--r--base/boost/Pkgfile8
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