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

Collapse All | Expand All

(-)Makefile (+6 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libtorrent
3
PORTNAME=	libtorrent
4
PORTVERSION=	0.13.8
4
PORTVERSION=	0.13.8
5
PORTREVISION=	1
5
CATEGORIES=	net-p2p
6
CATEGORIES=	net-p2p
6
MASTER_SITES=	https://rtorrent.net/downloads/
7
MASTER_SITES=	https://rtorrent.net/downloads/
7
8
Lines 15-20 Link Here
15
16
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--disable-debug
18
CONFIGURE_ARGS=	--disable-debug
19
18
CONFIGURE_ENV=	OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CFLAGS="-I\
20
CONFIGURE_ENV=	OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CFLAGS="-I\
19
								${OPENSSLINC}"
21
								${OPENSSLINC}"
20
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
Lines 39-44 Link Here
39
CONFIGURE_ARGS+=--disable-instrumentation
41
CONFIGURE_ARGS+=--disable-instrumentation
40
.endif
42
.endif
41
43
44
post-configure:
45
	${REINPLACE_CMD} 's|PKG_CHECK_MODULES.*||g' \
46
		configure.ac		# cause of "autoreconf"
47
42
post-install:
48
post-install:
43
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtorrent.so.21.0.0
49
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtorrent.so.21.0.0
44
50

Return to bug 232237