--- /usr/portage/net-nntp/pan/pan-0.133.ebuild 2008-10-06 14:37:45.000000000 -0600 +++ pan-0.133-r1.ebuild 2009-05-10 20:55:02.000000000 -0600 @@ -1,9 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.133.ebuild,v 1.8 2008/10/06 20:23:25 maekke Exp $ +inherit flag-o-matic + DESCRIPTION="A newsreader for the Gnome2 desktop" HOMEPAGE="http://pan.rebelbase.com/" SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2" LICENSE="GPL-2" @@ -19,10 +21,16 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.21 dev-util/pkgconfig sys-devel/gettext" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-gcc4.4.0.patch +} + src_compile() { econf $(use_with spell gtkspell) emake || die "emake failed" }