summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-21 13:36:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-21 13:37:41 +0200
commit37e3998a29b4758e6a11a5c42320344f4139689b (patch)
treef15416f92b5b60fae62783abc4c1f3bed2a99539 /net-misc/fatrat/files
parentx11-misc/fraqtive: Fix build with Qt 5.15 (diff)
downloadgentoo-37e3998a29b4758e6a11a5c42320344f4139689b.tar.gz
gentoo-37e3998a29b4758e6a11a5c42320344f4139689b.tar.bz2
gentoo-37e3998a29b4758e6a11a5c42320344f4139689b.zip
net-misc/fatrat: Fix build with Qt 5.15, EAPI-7 bump, cmake.eclass
Drop superfluous vcs-snapshot.eclass Thanks-to: Zamarin Arthur <arthurzam@gmail.com> Closes: https://bugs.gentoo.org/727166 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc/fatrat/files')
-rw-r--r--net-misc/fatrat/files/fatrat-1.2.0_beta2_p20161204-qt-5.15.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20161204-qt-5.15.patch b/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20161204-qt-5.15.patch
new file mode 100644
index 000000000000..def09bbd7673
--- /dev/null
+++ b/net-misc/fatrat/files/fatrat-1.2.0_beta2_p20161204-qt-5.15.patch
@@ -0,0 +1,12 @@
+diff --git a/src/util/BalloonTip.cpp b/src/util/BalloonTip.cpp
+index c20c0ee..67b5284 100644
+--- a/src/util/BalloonTip.cpp
++++ b/src/util/BalloonTip.cpp
+@@ -2,6 +2,7 @@
+ * Based on Qt source code
+ */
+
++#include <QPainterPath>
+ #include "BalloonTip.h"
+ #include <QLabel>
+ #include <QPushButton>