mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libcmis: rebuild against boost-1.68.0
This commit is contained in:
parent
e6a24a91bc
commit
d2319d2dee
2 changed files with 12 additions and 1 deletions
11
srcpkgs/libcmis/patches/boost-1.68.patch
Normal file
11
srcpkgs/libcmis/patches/boost-1.68.patch
Normal file
|
@ -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 <sstream>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
-#include <boost/uuid/sha1.hpp>
|
||||||
|
+#include <boost/uuid/detail/sha1.hpp>
|
||||||
|
#include <curl/curl.h>
|
||||||
|
|
||||||
|
#include "xml-utils.hxx"
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libcmis'
|
# Template file for 'libcmis'
|
||||||
pkgname=libcmis
|
pkgname=libcmis
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="DOCBOOK2MAN=docbook2man --disable-werror"
|
configure_args="DOCBOOK2MAN=docbook2man --disable-werror"
|
||||||
hostmakedepends="pkg-config docbook2x"
|
hostmakedepends="pkg-config docbook2x"
|
||||||
|
|
Loading…
Add table
Reference in a new issue