From b7889208550ffc544bf8f2e8db88634ef8b43073 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 3 Jun 2012 15:09:37 +0000 Subject: Needed a patch for our old boost --- libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libtorrent-rasterbar') 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" -- cgit v1.2.3-79-gdb01