summaryrefslogtreecommitdiffstats
path: root/base/boost
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 21:36:59 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 21:36:59 +0200
commit7e08d22bf47936b2a9478ad161cca99b1b60e836 (patch)
tree4f06ad8b4879aa9c9ece30123c5e8a37f970b3e3 /base/boost
parentf4879771d50660a8a5546280aa41a0fabf40bdbe (diff)
downloadnutyx-pakxe-7e08d22bf47936b2a9478ad161cca99b1b60e836.tar.gz
nutyx-pakxe-7e08d22bf47936b2a9478ad161cca99b1b60e836.tar.bz2
nutyx-pakxe-7e08d22bf47936b2a9478ad161cca99b1b60e836.tar.xz
nutyx-pakxe-7e08d22bf47936b2a9478ad161cca99b1b60e836.zip
boost, maj pour la 64 bits
Diffstat (limited to 'base/boost')
-rw-r--r--base/boost/.md5sum3
-rw-r--r--base/boost/Pkgfile5
2 files changed, 5 insertions, 3 deletions
diff --git a/base/boost/.md5sum b/base/boost/.md5sum
new file mode 100644
index 000000000..63b72bd01
--- /dev/null
+++ b/base/boost/.md5sum
@@ -0,0 +1,3 @@
+a17281fd88c48e0d866e1a12deecbcc0 boost_1_39_0.tar.bz2
+1f085180881155fbb85be0cb9f7d8f35 layout-tagged.patch
+1785bd2f958de7649b4e378680c44d16 translate_exception.patch
diff --git a/base/boost/Pkgfile b/base/boost/Pkgfile
index 6dd20b558..b16013695 100644
--- a/base/boost/Pkgfile
+++ b/base/boost/Pkgfile
@@ -21,7 +21,7 @@ build() {
./build.sh cc || return 1
_bindir="bin.linuxx86"
- [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64"
+ [ "`uname -m`" = "x86_64" ] && _bindir="bin.linuxx86_64"
install -m755 -d ${PKG}/usr/bin
install -m755 ${_bindir}/bjam ${PKG}/usr/bin/bjam || return 1
@@ -55,5 +55,4 @@ build() {
# build pyste
cd ${SRC}/${name}_${_boostver}/libs/python/pyste/install
python setup.py install --root=${PKG} || return 1
-}
-~
+}