net-p2p/ktorrent: Fixed compilation with cmake-3.11
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 24 Apr 2018 08:48:14 +0000 (10:48 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 24 Apr 2018 08:48:49 +0000 (10:48 +0200)
commit permission kindly granted by asturm

Closes: https://bugs.gentoo.org/650808
Package-Manager: Portage-2.3.31, Repoman-2.3.9

net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch [new file with mode: 0644]
net-p2p/ktorrent/ktorrent-5.1.0.ebuild

diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch b/net-p2p/ktorrent/files/ktorrent-5.1.0-cmake-3.11.patch
new file mode 100644 (file)
index 0000000..c0b9167
--- /dev/null
@@ -0,0 +1,13 @@
+https://docs.freebsd.org/cgi/getmsg.cgi?fetch=4423635+0+/usr/local/www/mailindex/archive/2018/svn-ports-all/20180415.svn-ports-all
+
+--- ktorrent-5.1.0/ktorrent/dialogs/torrentcreatordlg.h
++++ ktorrent-5.1.0/ktorrent/dialogs/torrentcreatordlg.h
+@@ -23,6 +23,8 @@
+ #define KT_TORRENTCREATORDLG_HH
+ 
+ #include <QDialog>
++#include <QTimer>
++
+ #include "ui_torrentcreatordlg.h"
+ #include <torrent/torrentcreator.h>
+ 
index ef67d30802dc902907d752058907be217cb1cd40..567c2e977b4fbd58907c97ad176e7975e9df1629 100644 (file)
@@ -78,7 +78,10 @@ RDEPEND="${COMMON_DEPEND}
        !net-p2p/ktorrent:4
 "
 
-PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+PATCHES=(
+       "${FILESDIR}/${P}-qt-5.11.patch"
+       "${FILESDIR}/${P}-cmake-3.11.patch" #650808
+)
 
 src_configure() {
        local mycmakeargs=(