diff options
Diffstat (limited to 'net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild b/net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild index 24631e72b86e..7316bdc01781 100644 --- a/net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-4.0.3.ebuild @@ -43,6 +43,13 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO ) +src_prepare() { + default + + # bug 641382 + sed -i -e "s/-Werror //" cmake/Modules/MacroQbtCompilerSettings.cmake || die +} + src_configure() { local mycmakeargs=( -DSYSTEM_QTSINGLEAPPLICATION=ON |