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

Collapse All | Expand All

(-)Makefile 2015-02-27 18:04:16.475598875 +0100 (-5 / +5 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS?=  libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
14
LIB_DEPENDS?=  libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
15
               libGeoIP.so:${PORTSDIR}/net/GeoIP
15
               libGeoIP.so:${PORTSDIR}/net/GeoIP
16
16
17
USES+=         compiler:c++11-lang libtool pathfix pkgconfig iconv
17
USES+=         compiler:c++11-lang libtool pathfix pkgconfig iconv:wchar_t
18
USE_OPENSSL=   yes
18
USE_OPENSSL=   yes
19
GNU_CONFIGURE= yes
19
GNU_CONFIGURE= yes
20
USE_LDCONFIG=  yes
20
USE_LDCONFIG=  yes
Lines 69-79 Link Here
69
69
70
post-install:
70
post-install:
71
.if ${PORT_OPTIONS:MSTRIP}
71
.if ${PORT_OPTIONS:MSTRIP}
72
       ${STRIP_CMD} \
72
.if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON)
73
       ${STAGEDIR}${PREFIX}/lib/libtorrent-rasterbar.so.${SHLIB_VER}
73
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/libtorrent.so
74
.else
74
.else
75
       ${STRIP_CMD} \
75
       ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtorrent-rasterbar.so.${SHLIB_VER}
76
       ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/libtorrent.so
76
.endif
77
.endif
77
.endif
78
78
79
.if ${PORT_OPTIONS:MDOCS}
79
.if ${PORT_OPTIONS:MDOCS}

Return to bug 198072