From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52545138334 for ; Sun, 21 Apr 2019 11:31:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B46D5E08E2; Sun, 21 Apr 2019 11:31:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BDFCE08E2 for ; Sun, 21 Apr 2019 11:31:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FFE5341BEF for ; Sun, 21 Apr 2019 11:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30E545CA for ; Sun, 21 Apr 2019 11:31:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1555846259.5f2d211486320137d50b3224eb260bbe9f3e747e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcmis/, dev-cpp/libcmis/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/libcmis/files/libcmis-0.5.2-icu-64.2.patch dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild X-VCS-Directories: dev-cpp/libcmis/ dev-cpp/libcmis/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5f2d211486320137d50b3224eb260bbe9f3e747e X-VCS-Branch: master Date: Sun, 21 Apr 2019 11:31:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da25456c-0651-493b-ae73-796b2c804f77 X-Archives-Hash: 70d10fc34aaccf1b0b3937775497e472 commit: 5f2d211486320137d50b3224eb260bbe9f3e747e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 20 23:56:27 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 21 11:30:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2d2114 dev-cpp/libcmis: Fix build with ICU 64.2 Bug: https://bugs.gentoo.org/674414 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-cpp/libcmis/files/libcmis-0.5.2-icu-64.2.patch | 17 +++++++++++++++++ dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild | 2 ++ 2 files changed, 19 insertions(+) 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 new file mode 100644 index 00000000000..6ba63ee7fe7 --- /dev/null +++ b/dev-cpp/libcmis/files/libcmis-0.5.2-icu-64.2.patch @@ -0,0 +1,17 @@ +--- a/inc/libcmis-c/repository.h 2018-12-27 14:07:55.000000000 +0100 ++++ b/inc/libcmis-c/repository.h 2019-04-21 01:29:46.504373226 +0200 +@@ -28,12 +28,12 @@ + #ifndef _REPOSITORY_H_ + #define _REPOSITORY_H_ + ++#include ++ + #ifdef __cplusplus + extern "C" { + #endif + +-#include +- + #include "libcmis-c/libcmis-c-api.h" + #include "libcmis-c/types.h" + diff --git a/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild b/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild index a060dbb78ee..c9f4938bb63 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild @@ -40,6 +40,8 @@ RDEPEND="${DEPEND}" RESTRICT="test" +PATCHES=( "${FILESDIR}/${P}-icu-64.2.patch" ) + src_prepare() { default eautoreconf