summaryrefslogtreecommitdiffstats
path: root/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2020-09-12 20:31:23 +0200
committer Matteo Bernardini2020-09-12 20:31:23 +0200
commitb38ad4464a26bbe8c11a8ec3d2a44467a9f80c19 (patch)
tree79336dddbe92db427d5b2b9fd50541954114ff5c /academic/Gridcoin-Research/Gridcoin-Research.SlackBuild
parentb2643f7815ef7bbf399288ba0e383b0f293ce05e (diff)
downloadslackbuilds-66e584fb786c454aa2182f49030255270ebca221.tar.gz
20200912.1 global branch merge.current-20200912.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/Gridcoin-Research/Gridcoin-Research.SlackBuild')
-rw-r--r--academic/Gridcoin-Research/Gridcoin-Research.SlackBuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild b/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild
index 6010e6a9ab..661a0ea039 100644
--- a/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild
+++ b/academic/Gridcoin-Research/Gridcoin-Research.SlackBuild
@@ -69,6 +69,12 @@ 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 {} \;
+# For boost >= 1.73.0
+patch -p1 < $CWD/boost-1.73.patch
+
+# For qt-5.15.x, thanks to kingbeowulf!
+sed -i '/^#include <QPainter>$/a #include <QPainterPath>' src/qt/trafficgraphwidget.cpp
+
if [ "${QRENC:-no}" = "yes" ]; then
useqr="--with-qrencode"
else