From 0e6acef18b3bb3bf87ec88e7c32c6a67b564dcfc Mon Sep 17 00:00:00 2001 From: Nick Steeves Date: Thu, 13 Apr 2006 00:12:42 +0000 Subject: [PATCH] boost: back out more mistakingly added works-in-progress. It turns out that that gcc4 patch wasn't needed anyways --- boost/.md5sum | 1 - boost/Pkgfile | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/boost/.md5sum b/boost/.md5sum index 1e9382668..18f1ab650 100644 --- a/boost/.md5sum +++ b/boost/.md5sum @@ -1,2 +1 @@ -379a8078dac540c2cb1c8a9f251db52a boost-1.33.1-gcc4.patch 2b999b2fb7798e1737d1fff8fac602ef boost_1_33_1.tar.bz2 diff --git a/boost/Pkgfile b/boost/Pkgfile index 4e1278100..6d5ed50d5 100644 --- a/boost/Pkgfile +++ b/boost/Pkgfile @@ -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 -