diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-07-14 21:11:40 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:14:47 -0500 |
commit | 4d90802e3754ffa0616a8d0c2eb0b13a17f90fe8 (patch) | |
tree | a4fa7b1f37abe2e7df72272cca234027d62c547c /network/bitcoin | |
parent | d24a480616425d8ae40729a334b21883234d4ffa (diff) |
network/bitcoin: Patch for qt-5.15.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/bitcoin')
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index 658fc14a620f..fccc2bda6e69 100644 --- a/network/bitcoin/bitcoin.SlackBuild +++ b/network/bitcoin/bitcoin.SlackBuild @@ -72,6 +72,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +sed -i '/^#include <QPainter>$/a #include <QPainterPath>' src/qt/trafficgraphwidget.cpp + # build bitcoin-core [ -f autogen.sh ] && sh autogen.sh CFLAGS="$SLKCFLAGS" \ |