diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-04-07 15:47:50 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-04-07 15:47:50 +0000 |
commit | 7af374e1c2d946899ea1d1a3b1219295e7d1a07a (patch) | |
tree | 287871cdbf07506754b3d12670e12e7d96954d3e /net-www | |
parent | synced with current sawfish ebuild and libtool (diff) | |
download | gentoo-2-7af374e1c2d946899ea1d1a3b1219295e7d1a07a.tar.gz gentoo-2-7af374e1c2d946899ea1d1a3b1219295e7d1a07a.tar.bz2 gentoo-2-7af374e1c2d946899ea1d1a3b1219295e7d1a07a.zip |
gcc3 related missing include files fix
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/galeon/galeon-1.2.0-r3.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-www/galeon/galeon-1.2.0-r3.ebuild b/net-www/galeon/galeon-1.2.0-r3.ebuild index 9fc554ad2c0b..8a24c56e7d6e 100644 --- a/net-www/galeon/galeon-1.2.0-r3.ebuild +++ b/net-www/galeon/galeon-1.2.0-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.0-r3.ebuild,v 1.2 2002/03/31 10:14:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/galeon/galeon-1.2.0-r3.ebuild,v 1.3 2002/04/07 15:47:50 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small web-browser for gnome that uses mozillas render engine" @@ -22,6 +22,14 @@ DEPEND="~net-www/mozilla-0.9.9 # bonobo? ( >=gnome-base/bonobo-1.0.19-r1 ) +src_unpack() { + + unpack ${A} + cd ${S} + patch -p1 < ${FILESDIR}/galeon-1.2.0-gcc3.patch || die + +} + src_compile() { local myconf |