From 382414d644c62bd80c21528785209a9d6847382f Mon Sep 17 00:00:00 2001 From: danfe Date: Sat, 24 Nov 2012 11:23:01 +0000 Subject: Fix the check of qputenv() return value (already patched upstream). Feature safe: yes --- net-p2p/qbittorrent/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net-p2p/qbittorrent') 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 -- cgit