diff options
author | Pierre Brochard <pierre.brochard.1982@m4x.org> | 2020-06-15 09:23:32 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:50:42 -0500 |
commit | 614b01391423f0438ab3e6fb6b889a0542df592d (patch) | |
tree | e4cbb1d78ee32469e1d7cdb05b71d03308898b71 /network | |
parent | e47799acb55ad5df1b1ed3f68e68df3a8ee592ab (diff) |
network/owncloud-client: Patch for qt-5.15.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/owncloud-client/owncloud-client.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild index b5ab05a98d2d..f94a92ef0ed9 100644 --- a/network/owncloud-client/owncloud-client.SlackBuild +++ b/network/owncloud-client/owncloud-client.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/libsync/networkjobs.cpp + mkdir -p build cd build cmake \ |