diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-15 03:19:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-15 03:19:31 +0000 |
commit | f5cac971d9c096e936832bfa190e4ac587132520 (patch) | |
tree | b2563d357f01ddee7e4fb26685c813792c721328 /net-im | |
parent | Removed --enable-mpfr from configure options for sparc only as with it enable... (diff) | |
download | gentoo-2-f5cac971d9c096e936832bfa190e4ac587132520.tar.gz gentoo-2-f5cac971d9c096e936832bfa190e4ac587132520.tar.bz2 gentoo-2-f5cac971d9c096e936832bfa190e4ac587132520.zip |
small fix for #13533
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/gaim-0.59.8-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/gaim/gaim-0.59.8-r1.ebuild b/net-im/gaim/gaim-0.59.8-r1.ebuild index 3fb03aed74bf..d85a5920b398 100644 --- a/net-im/gaim/gaim-0.59.8-r1.ebuild +++ b/net-im/gaim/gaim-0.59.8-r1.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.59.8-r1.ebuild,v 1.1 2003/01/13 07:12:20 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.59.8-r1.ebuild,v 1.2 2003/01/15 03:19:31 vapier Exp $ inherit kde-functions eutils -IUSE="nas nls esd gnome arts perl ssl" - -S=${WORKDIR}/${P} DESCRIPTION="GTK Instant Messenger client" SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2 ssl? ( mirror://sourceforge/gaim-encryption/encrypt.tar.gz )" -HOMEPAGE="http://gaim.sourceforge.net" +HOMEPAGE="http://gaim.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" +IUSE="nas nls esd gnome arts perl ssl" DEPEND="=sys-libs/db-1* esd? ( >=media-sound/esound-0.2.22-r2 ) @@ -45,6 +43,8 @@ src_compile() { # We always build a standalone version of gaim. # In this build, GNOME is always disabled. + cp configure{,.old} # fix for #13533 + sed -e 's:-I\\$(top_srcdir)::' configure.old > configure econf ${myconf} --disable-gnome || die emake || die |