aboutsummaryrefslogtreecommitdiff
path: root/development/boost/boost.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/boost/boost.SlackBuild')
-rw-r--r--development/boost/boost.SlackBuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/development/boost/boost.SlackBuild b/development/boost/boost.SlackBuild
index cc6604d06daa6..183c3fd477c5f 100644
--- a/development/boost/boost.SlackBuild
+++ b/development/boost/boost.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for boost
# Copyright 2007-2008 Eric Hameleers <alien@slackware.com>
-# Copyright 2007-2008 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2007-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,9 +29,9 @@
# -- no additional license terms and no copyright
PRGNAM=boost
-VERSION=1_36_0
+VERSION=1_38_0
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -65,13 +65,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Apply Hotfixes from http://svn.boost.org/trac/boost/wiki/ReleasePractices/HotFixes
-patch -p2 -i $CWD/patches/changeset_r48141.diff
-patch -p2 -i $CWD/patches/changeset_r48192.diff
-patch -p2 -i $CWD/patches/changeset_r48374.diff
-patch -p2 -i $CWD/patches/changeset_r48377.diff
-patch -p2 -i $CWD/patches/changeset_r48462.diff
-
if [ "$ICU" = "no" ]; then
ICU_FLAGS=""
else