summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboost/build/boost.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/build/boost.SlackBuild b/boost/build/boost.SlackBuild
index d362e08a..3013520a 100755
--- a/boost/build/boost.SlackBuild
+++ b/boost/build/boost.SlackBuild
@@ -154,6 +154,8 @@ elif $(file ${SOURCE} | grep -q ": gzip"); then
fi
mv ${PRGNAM}_${SRCVER} ${PRGNAM}-${VERSION}
cd ${PRGNAM}-${VERSION}
+# 20071219: critical bugfix patch for 1.34.1 (fixed in 1.35):
+zcat $SRCDIR/boost_1_34_1_function.patch | patch -p1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .