diff options
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index 68457c30650e..0077c6771c43 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.15.4 +PORTVERSION= 0.15.5 PORTREVISION?= 0 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -58,6 +58,11 @@ CONFIGURE_ARGS+= --disable-python-binding post-patch: slave-post-patch .else post-patch: + ${MV} ${WRKSRC}/include/libtorrent/alloca.hpp \ + ${WRKSRC}/include/libtorrent/alloca.hpp.Dist + ${SED} -e 's#alloca.h#stdlib.h#g' \ + ${WRKSRC}/include/libtorrent/alloca.hpp.Dist > \ + ${WRKSRC}/include/libtorrent/alloca.hpp .endif .if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" diff --git a/net-p2p/libtorrent-rasterbar-15/distinfo b/net-p2p/libtorrent-rasterbar-15/distinfo index 5ebe27051c2f..63de75dfda75 100644 --- a/net-p2p/libtorrent-rasterbar-15/distinfo +++ b/net-p2p/libtorrent-rasterbar-15/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.15.4.tar.gz) = 9ebbd5f6f91037ddde84333b28ac8bcb81e003d4582e072a5ce140a215b04dde -SIZE (libtorrent-rasterbar-0.15.4.tar.gz) = 2569642 +SHA256 (libtorrent-rasterbar-0.15.5.tar.gz) = 150cbda406ac5ff57330446487961503c87d22bfb61a72d695ab4520b4c18a43 +SIZE (libtorrent-rasterbar-0.15.5.tar.gz) = 2606717 |