summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-05-09 12:31:53 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-05-09 12:31:53 +0000
commitc676e949669cb08d03570a8bee7d9e92ef9310a5 (patch)
tree1b6b1c19ee7c8892c25624076dc9d8d9a3cb9c0d /net-misc
parentDon't install tabset, that's installed by ncurses already. (diff)
downloadgentoo-2-c676e949669cb08d03570a8bee7d9e92ef9310a5.tar.gz
gentoo-2-c676e949669cb08d03570a8bee7d9e92ef9310a5.tar.bz2
gentoo-2-c676e949669cb08d03570a8bee7d9e92ef9310a5.zip
elibtoolize 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/ChangeLog5
-rw-r--r--net-misc/linphone/linphone-1.3.5.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/linphone/ChangeLog b/net-misc/linphone/ChangeLog
index c20a479444e8..2864d77b6d1b 100644
--- a/net-misc/linphone/ChangeLog
+++ b/net-misc/linphone/ChangeLog
@@ -1,6 +1,9 @@
# 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.10 2006/05/05 21:29:22 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.11 2006/05/09 12:31:53 genstef Exp $
+
+ 09 May 2006; Stefan Schweizer <genstef@gentoo.org> linphone-1.3.5.ebuild:
+ elibtoolize 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 ec94f50bd3a1..b786ccb6f29d 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.4 2006/05/06 19:57:22 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.3.5.ebuild,v 1.5 2006/05/09 12:31:53 genstef Exp $
-inherit eutils
+inherit eutils libtool
MY_DPV="${PV%.*}.x"
@@ -47,6 +47,7 @@ src_unpack() {
# add -fPIC and custom cflags to ilbc makefile
epatch ${FILESDIR}/ilbc-1.2.0-makefile.diff
fi
+ elibtoolize
}
src_compile() {
@@ -62,7 +63,6 @@ src_compile() {
# use x86 && use truespeech && \
# myconf="--enable-truespeech"
- libtoolize --copy --force
econf \
--enable-glib \
--with-speex=/usr \