summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-06-03 15:09:37 +0000
committer Eric Hameleers <alien@slackware.com>2012-06-03 15:09:37 +0000
commitb7889208550ffc544bf8f2e8db88634ef8b43073 (patch)
tree078af8afbb0737362fd54fa9a538d4119c54245b /libtorrent-rasterbar
parente61a8c10a22a47eed2fad7e7cae9f1ba428d3dfc (diff)
downloadasb-b7889208550ffc544bf8f2e8db88634ef8b43073.tar.gz
asb-b7889208550ffc544bf8f2e8db88634ef8b43073.tar.xz
Needed a patch for our old boost
Diffstat (limited to 'libtorrent-rasterbar')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index aa343d79..b5858918 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -172,6 +172,11 @@ cd ${PRGNAM}-${VERSION}
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .
+# Our boost is lower than 1.48 (the patch is harmless if you do have a new
+# enough version of boost):
+cat $SRCDIR/libtorrent-rasterbar_boost_asio.diff | patch -p1 --verbose \
+ 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
+
# If your boost libraries ship with separate multi-threaded libraries, use them:
if [ -f /usr/lib${LIBDIRSUFFIX}/libboost_system-mt.so ]; then
MT="-mt"