summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-11-24 11:23:01 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-11-24 11:23:01 +0000
commit1dcef710303d6a8f08fbc63e24f2216c2b7074d2 (patch)
tree32c440fe243ce655811733b84568a40533e5912d /net-p2p
parentNew ISP, no need to redirect HTTP traffic to port 8080 any longer. (diff)
Fix the check of qputenv() return value (already patched upstream).
Feature safe: yes
Notes
Notes: svn path=/head/; revision=307714
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index be9e64dbf6ff..25c748b562cf 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -38,6 +38,9 @@ USE_QT4+= dbus
CONFIGURE_ARGS+= --disable-qt-dbus
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's,qputenv,!&,' ${WRKSRC}/src/main.cpp
+
post-install:
.if !defined(QB_NOX_SLAVE)
@${STRIP_CMD} ${PREFIX}/bin/qbittorrent