View | Details | Raw Unified | Return to bug 212235 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	libtorrent-rasterbar
4
PORTNAME=	libtorrent-rasterbar
5
PORTVERSION=	1.1.1
5
PORTVERSION=	1.1.1
6
PORTREVISION=	1
6
CATEGORIES?=	net-p2p ipv6
7
CATEGORIES?=	net-p2p ipv6
7
MASTER_SITES=	https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/
8
MASTER_SITES=	https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/
8
9
Lines 15-22 Link Here
15
		libboost_random.so:devel/boost-libs \
16
		libboost_random.so:devel/boost-libs \
16
		libboost_system.so:devel/boost-libs
17
		libboost_system.so:devel/boost-libs
17
18
18
USES+=		compiler:c++11-lib iconv:wchar_t libtool pathfix pkgconfig ssl
19
USES+=		iconv:wchar_t libtool pathfix pkgconfig ssl
19
USE_CXXSTD=	c++11
20
#USE_CXXSTD=	c++11
21
CXXFLAGS+=	-DBOOST_ASIO_DYN_LINK
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
22
TEST_TARGET=	check
24
TEST_TARGET=	check

Return to bug 212235