aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/Makefile')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile
index def498ce1ecf..eac58c9f99bf 100644
--- a/net-p2p/libtorrent-rasterbar-14/Makefile
+++ b/net-p2p/libtorrent-rasterbar-14/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libtorrent-rasterbar
PORTVERSION= 0.14.12
+PORTREVISION= 1
CATEGORIES= net-p2p ipv6
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= libtorrent
@@ -19,7 +20,7 @@ LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \
MAKE_JOBS_SAFE= yes
-CONFLICTS= libtorrent-rasterbar-0.15.*
+CONFLICTS= libtorrent-rasterbar-0.1[2356789].*
USE_GNOME= gnomehack
USE_OPENSSL= yes
@@ -54,6 +55,9 @@ post-patch:
${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g' \
${WRKSRC}/src/Makefile.am
+ @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Dist
+ @${SED} -e 's#COMPILETIME_OPTIONS+="#COMPILETIME_OPTIONS="$$COMPILETIME_OPTIONS #g' \
+ ${WRKSRC}/configure.Dist > ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)