public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-kresources/, kde-apps/kdepim-kresources/files/
@ 2017-09-10 14:44 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2017-09-10 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     980148b5f85e06a6f80ed7d4b04bfeb127b5e4b9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 14:31:27 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 14:43:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980148b5

kde-apps/kdepim-kresources: Fix build with GCC-6.3.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../kdepim-kresources-4.4.2017.04-gcc-6.3.patch    | 25 ++++++++++++++++++++++
 .../kdepim-kresources-4.4.2017.04.ebuild           |  2 ++
 2 files changed, 27 insertions(+)

diff --git a/kde-apps/kdepim-kresources/files/kdepim-kresources-4.4.2017.04-gcc-6.3.patch b/kde-apps/kdepim-kresources/files/kdepim-kresources-4.4.2017.04-gcc-6.3.patch
new file mode 100644
index 00000000000..12032ced22f
--- /dev/null
+++ b/kde-apps/kdepim-kresources/files/kdepim-kresources-4.4.2017.04-gcc-6.3.patch
@@ -0,0 +1,25 @@
+From 7fad3a742a0d825113bdbad92086159f70111b13 Mon Sep 17 00:00:00 2001
+From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
+Date: Sun, 10 Sep 2017 16:09:07 +0200
+Subject: [PATCH 1/2] kresources: Fix build with GCC-6.3.0
+
+---
+ kresources/groupwise/soap/incidenceconverter.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kresources/groupwise/soap/incidenceconverter.cpp b/kresources/groupwise/soap/incidenceconverter.cpp
+index 12104bf8ac..a2b6c645ca 100644
+--- a/kresources/groupwise/soap/incidenceconverter.cpp
++++ b/kresources/groupwise/soap/incidenceconverter.cpp
+@@ -462,7 +462,7 @@ void IncidenceConverter::setAttendees( KCal::Incidence *incidence,
+   item->distribution->sendoptions->statusTracking = soap_new_ngwt__StatusTracking( soap(),
+     -1 );
+ 
+-  item->distribution->sendoptions->statusTracking->autoDelete = false;
++  item->distribution->sendoptions->statusTracking->autoDelete = NULL;
+   item->distribution->sendoptions->statusTracking->__item = All_;
+ 
+   item->distribution->recipients = soap_new_ngwt__RecipientList( soap(), -1 );
+-- 
+2.14.1
+

diff --git a/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2017.04.ebuild b/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2017.04.ebuild
index 667ef7a7ceb..dbae1fa1873 100644
--- a/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2017.04.ebuild
+++ b/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2017.04.ebuild
@@ -21,6 +21,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-gcc-6.3.patch" )
+
 KMEXTRACTONLY="
 	kaddressbook/common/
 	kmail/


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-10 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-10 14:44 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-kresources/, kde-apps/kdepim-kresources/files/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox