From d2a5fee2955b5ea8854c4a27fd3e527e9c2c9129 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Fri, 4 Mar 2016 11:36:29 +0100 Subject: net-irc/eggdrop: fix compilation with gcc-5 #571004 Backport patch from https://github.com/eggheads/eggdrop/issues/123 Package-Manager: portage-2.2.27 --- net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild') diff --git a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild index 22df039dcd96..f761a3ba3ae0 100644 --- a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild +++ b/net-irc/eggdrop/eggdrop-1.6.21-r1.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$ @@ -35,6 +35,7 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} src_prepare() { + epatch "${FILESDIR}/${P}-fix-gcc5-remove-inline.patch" # bug 571004 if use vanilla; then rm -f "${WORKDIR}"/patch/[1-6]*.patch || die fi -- cgit v1.2.3-65-gdbad