diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-05-09 13:33:25 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-05-09 13:33:25 +0000 |
commit | 805e155b050943938312f25e0b2658b4dbcef000 (patch) | |
tree | 4dc2ca28bad397f4f4ec93a1e3a46c564e0ee317 /net-misc/linphone | |
parent | eautoreconf (diff) | |
download | gentoo-2-805e155b050943938312f25e0b2658b4dbcef000.tar.gz gentoo-2-805e155b050943938312f25e0b2658b4dbcef000.tar.bz2 gentoo-2-805e155b050943938312f25e0b2658b4dbcef000.zip |
revert to old working version, autoreconf breaks everything ..
(Portage version: 2.1_pre10-r4)
Diffstat (limited to 'net-misc/linphone')
-rw-r--r-- | net-misc/linphone/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/linphone/linphone-1.3.5.ebuild | 7 |
2 files changed, 4 insertions, 8 deletions
diff --git a/net-misc/linphone/ChangeLog b/net-misc/linphone/ChangeLog index 6aba6240e539..6025c61a6874 100644 --- a/net-misc/linphone/ChangeLog +++ b/net-misc/linphone/ChangeLog @@ -1,9 +1,6 @@ # ChangeLog for net-misc/linphone # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.12 2006/05/09 12:42:58 genstef Exp $ - - 09 May 2006; Stefan Schweizer <genstef@gentoo.org> linphone-1.3.5.ebuild: - eautoreconf thanks to Marcin Deranek <gringo@slonko.net> in bug 132758 +# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.13 2006/05/09 13:33:25 genstef Exp $ *linphone-1.3.5 (05 May 2006) diff --git a/net-misc/linphone/linphone-1.3.5.ebuild b/net-misc/linphone/linphone-1.3.5.ebuild index 54569cf33983..28afa961929a 100644 --- a/net-misc/linphone/linphone-1.3.5.ebuild +++ b/net-misc/linphone/linphone-1.3.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.3.5.ebuild,v 1.6 2006/05/09 12:42:58 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.3.5.ebuild,v 1.7 2006/05/09 13:33:25 genstef Exp $ -inherit eutils autotools +inherit eutils MY_DPV="${PV%.*}.x" @@ -48,8 +48,6 @@ src_unpack() { epatch ${FILESDIR}/ilbc-1.2.0-makefile.diff cd ${S} fi - #132758 - eautoreconf } src_compile() { @@ -65,6 +63,7 @@ src_compile() { # use x86 && use truespeech && \ # myconf="--enable-truespeech" + libtoolize --copy --force econf \ --enable-glib \ --with-speex=/usr \ |