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"