summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-05-09 18:44:44 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-05-09 18:44:44 +0000
commit4e076ef7ee820fba8b10bff3c0f3b0281aa37b91 (patch)
tree95f8cd4ceaac06d78e003d143300da3322b158ad /net-misc
parentVersion bump; use real upstream rather than OpenOffice.org repository. Many t... (diff)
downloadgentoo-2-4e076ef7ee820fba8b10bff3c0f3b0281aa37b91.tar.gz
gentoo-2-4e076ef7ee820fba8b10bff3c0f3b0281aa37b91.tar.bz2
gentoo-2-4e076ef7ee820fba8b10bff3c0f3b0281aa37b91.zip
Correctly used eautoreconf many thanks to Marcin Deranek <gringo@slonko.net> in bug 132758
(Portage version: 2.1_pre10-r4)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/linphone/ChangeLog6
-rw-r--r--net-misc/linphone/linphone-1.3.5.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/linphone/ChangeLog b/net-misc/linphone/ChangeLog
index 6025c61a6874..4510cd50c99c 100644
--- a/net-misc/linphone/ChangeLog
+++ b/net-misc/linphone/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2006/05/09 13:33:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.14 2006/05/09 18:44:44 genstef Exp $
+
+ 09 May 2006; Stefan Schweizer <genstef@gentoo.org> linphone-1.3.5.ebuild:
+ Correctly used eautoreconf many thanks to Marcin Deranek <gringo@slonko.net>
+ in bug 132758
*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 28afa961929a..9734867701c7 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.7 2006/05/09 13:33:25 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.3.5.ebuild,v 1.8 2006/05/09 18:44:44 genstef Exp $
-inherit eutils
+inherit eutils autotools
MY_DPV="${PV%.*}.x"
@@ -48,6 +48,7 @@ src_unpack() {
epatch ${FILESDIR}/ilbc-1.2.0-makefile.diff
cd ${S}
fi
+ AT_M4DIR="${S}/m4" eautoreconf
}
src_compile() {
@@ -63,7 +64,6 @@ src_compile() {
# use x86 && use truespeech && \
# myconf="--enable-truespeech"
- libtoolize --copy --force
econf \
--enable-glib \
--with-speex=/usr \