diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2012-01-12 00:35:32 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2012-01-12 00:35:32 +0000 |
commit | 553d6fc2d3dc31b71dcc1e0ad0444d0fec831309 (patch) | |
tree | 174c9b5dfe42d3d2c1550151490d28885cd19237 /net-irc/anope/anope-1.8.7.ebuild | |
parent | Revbump to fix clipboard issue, bug 397549 by Patrick (diff) | |
download | gentoo-2-553d6fc2d3dc31b71dcc1e0ad0444d0fec831309.tar.gz gentoo-2-553d6fc2d3dc31b71dcc1e0ad0444d0fec831309.tar.bz2 gentoo-2-553d6fc2d3dc31b71dcc1e0ad0444d0fec831309.zip |
Fix compilation with =mariadb-5.2*, bug #381119 reported by Flameeyes with patch from Adam from upstream.
(Portage version: 2.2.0_alpha82-r1/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/anope/anope-1.8.7.ebuild')
-rw-r--r-- | net-irc/anope/anope-1.8.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-irc/anope/anope-1.8.7.ebuild b/net-irc/anope/anope-1.8.7.ebuild index fe37b080c677..d3c8d8584590 100644 --- a/net-irc/anope/anope-1.8.7.ebuild +++ b/net-irc/anope/anope-1.8.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild,v 1.1 2011/12/28 20:25:48 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.8.7.ebuild,v 1.2 2012/01/12 00:35:32 binki Exp $ EAPI=4 @@ -44,6 +44,7 @@ src_prepare() { epatch "${FILESDIR}/pid-patch.diff" epatch "${FILESDIR}/${P}-ldflags-fix.patch" epatch "${FILESDIR}/${P}-libdir-gentoo.patch" + epatch "${FILESDIR}"/${P}-mariadb.patch # bug 381119 eautoconf } |