public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-kresources/, kde-apps/kdepim-kresources/files/
Date: Sun, 10 Sep 2017 14:44:07 +0000 (UTC)	[thread overview]
Message-ID: <1505054602.980148b5f85e06a6f80ed7d4b04bfeb127b5e4b9.asturm@gentoo> (raw)

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/


                 reply	other threads:[~2017-09-10 14:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1505054602.980148b5f85e06a6f80ed7d4b04bfeb127b5e4b9.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox