From d2319d2deea835a2ae45eecc435be297e092a076 Mon Sep 17 00:00:00 2001 From: John Zimmermann Date: Sun, 30 Sep 2018 15:39:14 +0200 Subject: [PATCH] libcmis: rebuild against boost-1.68.0 --- srcpkgs/libcmis/patches/boost-1.68.patch | 11 +++++++++++ srcpkgs/libcmis/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libcmis/patches/boost-1.68.patch diff --git a/srcpkgs/libcmis/patches/boost-1.68.patch b/srcpkgs/libcmis/patches/boost-1.68.patch new file mode 100644 index 00000000000..443b2897229 --- /dev/null +++ b/srcpkgs/libcmis/patches/boost-1.68.patch @@ -0,0 +1,11 @@ +--- src/libcmis/xml-utils.cxx 2016-03-01 17:14:26.000000000 +0100 ++++ - 2018-10-01 13:30:30.734080390 +0200 +@@ -31,7 +31,7 @@ + #include + #include + +-#include ++#include + #include + + #include "xml-utils.hxx" diff --git a/srcpkgs/libcmis/template b/srcpkgs/libcmis/template index aeb55df5810..2fc5a516343 100644 --- a/srcpkgs/libcmis/template +++ b/srcpkgs/libcmis/template @@ -1,7 +1,7 @@ # Template file for 'libcmis' pkgname=libcmis version=0.5.1 -revision=4 +revision=5 build_style=gnu-configure configure_args="DOCBOOK2MAN=docbook2man --disable-werror" hostmakedepends="pkg-config docbook2x"