From 59cc470675be74f7d8a5b995c387db9a113989a5 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 24 Sep 2017 23:19:26 +0000 Subject: [PATCH] calligra: fix build (boost-1.65.1) --- srcpkgs/calligra/patches/boost-1.65.1.patch | 11 +++++++++++ srcpkgs/calligra/template | 2 -- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/calligra/patches/boost-1.65.1.patch diff --git a/srcpkgs/calligra/patches/boost-1.65.1.patch b/srcpkgs/calligra/patches/boost-1.65.1.patch new file mode 100644 index 00000000000..b25b2152b49 --- /dev/null +++ b/srcpkgs/calligra/patches/boost-1.65.1.patch @@ -0,0 +1,11 @@ +--- gemini/desktopviewproxy.cpp.orig 2016-02-02 19:53:13.000000000 +0000 ++++ gemini/desktopviewproxy.cpp 2017-09-24 23:12:38.399797914 +0000 +@@ -31,7 +31,7 @@ + #include + #include + +-#include ++#include + #include + + #include diff --git a/srcpkgs/calligra/template b/srcpkgs/calligra/template index b26c036a1b5..05a03e9b971 100644 --- a/srcpkgs/calligra/template +++ b/srcpkgs/calligra/template @@ -30,8 +30,6 @@ case "$XBPS_TARGET_MACHINE" in x86_64-musl) broken="not yet supported";; esac -broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/4959/steps/shell_3/logs/stdio" - do_install() { vdoc README }