diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-07-05 15:37:21 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-07-05 15:37:21 +0000 |
commit | 833bd83e44ffac3121bbb6cb84cb920849644290 (patch) | |
tree | 5642d3a8e7ff182d5971cc7ac5386b2e4091023e /x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-833bd83e44ffac3121bbb6cb84cb920849644290.tar.gz gentoo-2-833bd83e44ffac3121bbb6cb84cb920849644290.tar.bz2 gentoo-2-833bd83e44ffac3121bbb6cb84cb920849644290.zip |
Fix for libtool-2.2, bug #229055. Thanks to zimous <zimous@matfyz.cz> . Remove unrecognized configure option --with-cvs. Remove old.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild')
-rw-r--r-- | x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild b/x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild index 98624228f45a..f2753c213285 100644 --- a/x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild +++ b/x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild,v 1.1 2006/10/25 18:33:52 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/licq-osd/licq-osd-1.3.2.2.ebuild,v 1.2 2008/07/05 15:37:21 loki_val Exp $ -inherit multilib +inherit multilib autotools DESCRIPTION="On Screen Display for licq" HOMEPAGE="http://sourceforge.net/projects/licq-osd" @@ -18,11 +18,18 @@ DEPEND=">=net-im/licq-1.3.0_pre S=${WORKDIR}/osd-${PV} +src_unpack() { + unpack ${A} + cd "${S}" + + rm -f admin/config.guess admin/config.sub admin/ltmain.sh + AT_M4DIR=admin eautoreconf +} + src_compile() { local myconf use nls || myconf="--disable-nls" myconf="${myconf} --with-licq-includes=/usr/include/licq" - myconf="${myconf} --with-cvs" econf ${myconf} || die emake || die |