forked from ports/contrib
boost: 1.34.1 -> 1.35.0
This commit is contained in:
parent
131da2cb9e
commit
ed06ef3ab4
2071
boost/.footprint
2071
boost/.footprint
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
2d938467e8a448a2c9763e0a9f8ca7e5 boost_1_34_1.tar.bz2
|
||||
dce952a7214e72d6597516bcac84048b boost_1_35_0.tar.bz2
|
||||
|
@ -5,28 +5,26 @@
|
||||
# Depends on: boost-jam icu python
|
||||
|
||||
name=boost
|
||||
version=1.34.1
|
||||
version=1.35.0
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/boost/boost_${version//./_}.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd boost_${version//./_}
|
||||
|
||||
local bindir='bin.linuxx86'
|
||||
local gccversion="$(gcc -dumpversion)"
|
||||
export CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
|
||||
export EXPAT_INCLUDE=/usr/include
|
||||
export EXPAT_LIBPATH=/usr/lib
|
||||
|
||||
(
|
||||
cd tools/bcp
|
||||
pushd tools/bcp
|
||||
bjam \
|
||||
--toolset=gcc \
|
||||
debug-symbols=off \
|
||||
-sHAVE_ICU=1
|
||||
|
||||
bjam \
|
||||
--toolset=gcc \
|
||||
debug-symbols=off \
|
||||
-sHAVE_ICU=1
|
||||
|
||||
install -D -m 0755 ../../bin.v2/tools/bcp/gcc-$gccversion/release/link-static/bcp $PKG/usr/bin/bcp
|
||||
)
|
||||
install -D -m 0755 ../../bin.v2/tools/bcp/gcc-$gccversion/release/link-static/bcp $PKG/usr/bin/bcp
|
||||
popd
|
||||
|
||||
bjam \
|
||||
release \
|
||||
|
Loading…
x
Reference in New Issue
Block a user