diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-10-10 12:01:13 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-10-10 12:01:13 +0000 |
commit | 68f15f3af23d0ad7f6b14ee08a567cf5a581e7ee (patch) | |
tree | f639bb5d1a1d395b2781a3479d167c616566efa3 /net-nntp/klibido/klibido-0.2.5.ebuild | |
parent | Removed orphan patch for version 0.9.3_pre2. (diff) | |
download | gentoo-2-68f15f3af23d0ad7f6b14ee08a567cf5a581e7ee.tar.gz gentoo-2-68f15f3af23d0ad7f6b14ee08a567cf5a581e7ee.tar.bz2 gentoo-2-68f15f3af23d0ad7f6b14ee08a567cf5a581e7ee.zip |
Fixed bug #150696. Thanks to impulze at impulze dot org for reporting it.
(Portage version: 2.1.1)
Diffstat (limited to 'net-nntp/klibido/klibido-0.2.5.ebuild')
-rw-r--r-- | net-nntp/klibido/klibido-0.2.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-nntp/klibido/klibido-0.2.5.ebuild b/net-nntp/klibido/klibido-0.2.5.ebuild index bc6ebf9620c7..3fafe059344e 100644 --- a/net-nntp/klibido/klibido-0.2.5.ebuild +++ b/net-nntp/klibido/klibido-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.1 2006/08/23 19:15:53 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/klibido/klibido-0.2.5.ebuild,v 1.2 2006/10/10 12:01:13 deathwing00 Exp $ inherit kde db-use @@ -32,6 +32,7 @@ src_unpack() { sed -i \ -e "s,-I/usr/include/db4,-I${dbincldir}," \ "${S}"/src/Makefile.{am,in} + epatch "${FILESDIR}/${P}-gcc4.1.diff" } src_compile() { |