summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-11-29 15:03:23 -0500
committerMike Gilbert <floppym@gentoo.org>2015-11-29 15:04:23 -0500
commitc7dc706efaceb4816df5eedb45cd7c79ef1c3ef4 (patch)
treeb58c00a6c0d9aff645b08b4db063de24e5133e81 /app-shells/ksh/ksh-93.20140625.ebuild
parentdev-perl/module-info: Moved to dev-perl/Module-Info (diff)
downloadgentoo-c7dc706efaceb4816df5eedb45cd7c79ef1c3ef4.tar.gz
gentoo-c7dc706efaceb4816df5eedb45cd7c79ef1c3ef4.tar.bz2
gentoo-c7dc706efaceb4816df5eedb45cd7c79ef1c3ef4.zip
app-shells/ksh: Fix build with GCC 5
Bug: https://bugs.gentoo.org/555670 Package-Manager: portage-2.2.26_p3
Diffstat (limited to 'app-shells/ksh/ksh-93.20140625.ebuild')
-rw-r--r--app-shells/ksh/ksh-93.20140625.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/ksh/ksh-93.20140625.ebuild b/app-shells/ksh/ksh-93.20140625.ebuild
index 5276f82cf856..020d6b97cab6 100644
--- a/app-shells/ksh/ksh-93.20140625.ebuild
+++ b/app-shells/ksh/ksh-93.20140625.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,6 +29,7 @@ src_prepare() {
bin/package src/cmd/INIT/package.sh || die
epatch "${FILESDIR}"/${PN}-prefix.patch
+ epatch "${FILESDIR}"/cpp.patch
eprefixify src/cmd/ksh93/data/msg.c
}