diff options
author | David Seifert <soap@gentoo.org> | 2016-09-18 00:40:46 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-18 00:40:46 +0200 |
commit | b04670cfe50802899617f033e91260087973215e (patch) | |
tree | d40fe2cc9f577b6facf48bbaf4e57aebf5dacab1 /app-office/ical/ical-3.0-r2.ebuild | |
parent | b1623e7b3c5b81889bf8f182381772b03aca0326 (diff) | |
download | gentoo-b04670cfe50802899617f033e91260087973215e.tar.gz gentoo-b04670cfe50802899617f033e91260087973215e.tar.xz |
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.ebuild | 5 |
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 a694c371bd0..eae15daa2b9 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' \ |