diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-06-04 02:47:11 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-06-04 02:47:11 +0000 |
commit | f548132eae1fc8212ae9e05329f18cb8fa3f0ac3 (patch) | |
tree | c00e60b4377d0ab8525c2a639e9aa44bf216707b /gnome-base/bonobo/bonobo-1.0.22.ebuild | |
parent | change maintainer to myself. (diff) | |
download | gentoo-2-f548132eae1fc8212ae9e05329f18cb8fa3f0ac3.tar.gz gentoo-2-f548132eae1fc8212ae9e05329f18cb8fa3f0ac3.tar.bz2 gentoo-2-f548132eae1fc8212ae9e05329f18cb8fa3f0ac3.zip |
gcc4 patch
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-base/bonobo/bonobo-1.0.22.ebuild')
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.22.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.22.ebuild b/gnome-base/bonobo/bonobo-1.0.22.ebuild index eff7aa02f9b8..98c4a88d98f0 100644 --- a/gnome-base/bonobo/bonobo-1.0.22.ebuild +++ b/gnome-base/bonobo/bonobo-1.0.22.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.22.ebuild,v 1.22 2004/12/16 11:03:46 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.22.ebuild,v 1.23 2005/06/04 02:47:11 halcy0n Exp $ -inherit gnome.org libtool gnuconfig +inherit gnome.org libtool gnuconfig eutils DESCRIPTION="A set of language and system independent CORBA interfaces" HOMEPAGE="http://www.gnome.org/" @@ -21,6 +21,13 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext >=dev-util/intltool-0.11 )" +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${P}-gcc4.patch +} + src_compile() { #libtoolize to fix relink bug elibtoolize |