diff options
Diffstat (limited to 'net-irc/inspircd/inspircd-2.0.20.ebuild')
-rw-r--r-- | net-irc/inspircd/inspircd-2.0.20.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-irc/inspircd/inspircd-2.0.20.ebuild b/net-irc/inspircd/inspircd-2.0.20.ebuild index d2ea27a1f571..4ae0ac31a6bf 100644 --- a/net-irc/inspircd/inspircd-2.0.20.ebuild +++ b/net-irc/inspircd/inspircd-2.0.20.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$ @@ -37,7 +37,10 @@ src_prepare() { # Patch the inspircd launcher with the inspircd user sed -i -e "s/@UID@/${PN}/" "${S}/make/template/${PN}" || die - epatch "${FILESDIR}/${P}-fix-path-builds.patch" + epatch "${FILESDIR}"/${P}-fix-path-builds.patch + epatch "${FILESDIR}"/${P}-deprecated-tmpnam-560362.patch + + epatch_user } src_configure() { |