summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-09-18 00:40:46 +0200
committerDavid Seifert <soap@gentoo.org>2016-09-18 00:40:46 +0200
commitb04670cfe50802899617f033e91260087973215e (patch)
treed40fe2cc9f577b6facf48bbaf4e57aebf5dacab1 /app-office/ical/ical-3.0-r2.ebuild
parentdev-libs/xqilla: Remove old ebuilds (diff)
downloadgentoo-b04670cfe50802899617f033e91260087973215e.tar.gz
gentoo-b04670cfe50802899617f033e91260087973215e.tar.bz2
gentoo-b04670cfe50802899617f033e91260087973215e.zip
app-office/ical: Allow for compiling with GCC 6
Gentoo-bug: 593948 Package-Manager: portage-2.3.0
Diffstat (limited to 'app-office/ical/ical-3.0-r2.ebuild')
-rw-r--r--app-office/ical/ical-3.0-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/ical/ical-3.0-r2.ebuild b/app-office/ical/ical-3.0-r2.ebuild
index a694c371bd01..eae15daa2b98 100644
--- a/app-office/ical/ical-3.0-r2.ebuild
+++ b/app-office/ical/ical-3.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -25,7 +25,8 @@ src_prepare() {
epatch \
"${FILESDIR}"/${P}-gcc44.patch \
"${FILESDIR}"/${P}-newtcl.patch \
- "${FILESDIR}"/${P}-makefile.patch
+ "${FILESDIR}"/${P}-makefile.patch \
+ "${FILESDIR}"/${P}-fix-c++14.patch
sed -i \
-e 's:8.4 8.3:8.6 8.5 8.4 8.3:g' \