Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcmis/, dev-cpp/libcmis/files/
Date: Sun, 21 Apr 2019 11:31:44
Message-Id: 1555846259.5f2d211486320137d50b3224eb260bbe9f3e747e.asturm@gentoo
1 commit: 5f2d211486320137d50b3224eb260bbe9f3e747e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 23:56:27 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 11:30:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2d2114
7
8 dev-cpp/libcmis: Fix build with ICU 64.2
9
10 Bug: https://bugs.gentoo.org/674414
11 Package-Manager: Portage-2.3.64, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-cpp/libcmis/files/libcmis-0.5.2-icu-64.2.patch | 17 +++++++++++++++++
15 dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild | 2 ++
16 2 files changed, 19 insertions(+)
17
18 diff --git a/dev-cpp/libcmis/files/libcmis-0.5.2-icu-64.2.patch b/dev-cpp/libcmis/files/libcmis-0.5.2-icu-64.2.patch
19 new file mode 100644
20 index 00000000000..6ba63ee7fe7
21 --- /dev/null
22 +++ b/dev-cpp/libcmis/files/libcmis-0.5.2-icu-64.2.patch
23 @@ -0,0 +1,17 @@
24 +--- a/inc/libcmis-c/repository.h 2018-12-27 14:07:55.000000000 +0100
25 ++++ b/inc/libcmis-c/repository.h 2019-04-21 01:29:46.504373226 +0200
26 +@@ -28,12 +28,12 @@
27 + #ifndef _REPOSITORY_H_
28 + #define _REPOSITORY_H_
29 +
30 ++#include <libxml/tree.h>
31 ++
32 + #ifdef __cplusplus
33 + extern "C" {
34 + #endif
35 +
36 +-#include <libxml/tree.h>
37 +-
38 + #include "libcmis-c/libcmis-c-api.h"
39 + #include "libcmis-c/types.h"
40 +
41
42 diff --git a/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild b/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild
43 index a060dbb78ee..c9f4938bb63 100644
44 --- a/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild
45 +++ b/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild
46 @@ -40,6 +40,8 @@ RDEPEND="${DEPEND}"
47
48 RESTRICT="test"
49
50 +PATCHES=( "${FILESDIR}/${P}-icu-64.2.patch" )
51 +
52 src_prepare() {
53 default
54 eautoreconf