1
0
forked from ports/opt

boost: back out more mistakingly added works-in-progress. It turns out that that gcc4 patch wasn't needed anyways

This commit is contained in:
Nick Steeves 2006-04-13 00:12:42 +00:00
parent 2d8eda33f7
commit 0e6acef18b
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1 @@
379a8078dac540c2cb1c8a9f251db52a boost-1.33.1-gcc4.patch
2b999b2fb7798e1737d1fff8fac602ef boost_1_33_1.tar.bz2

View File

@ -7,12 +7,11 @@
name=boost
version=1.33.1
release=1
source=(http://dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2 \
boost-1.33.1-gcc4.patch)
source=(http://dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2)
build() {
cd ${name}_1_33_1
patch -p1 -i $SRC/boost-1.33.1-gcc4.patch
cd tools/build/jam_src
./build.sh gcc
cd -