summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-05-06 19:57:22 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-05-06 19:57:22 +0000
commit70c5f802ccb447aa0e82322c2f1f7bec1c0927c3 (patch)
tree3543f2321f84af4ba4fdeb422efd1c7727f59733 /net-misc/linphone
parentAdd jingle useflag, many thanks go to Erdroh Moshan <ErDroh@gmx.de> for bug 1... (diff)
downloadgentoo-2-70c5f802ccb447aa0e82322c2f1f7bec1c0927c3.tar.gz
gentoo-2-70c5f802ccb447aa0e82322c2f1f7bec1c0927c3.tar.bz2
gentoo-2-70c5f802ccb447aa0e82322c2f1f7bec1c0927c3.zip
Add libtoolize --copy --force
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'net-misc/linphone')
-rw-r--r--net-misc/linphone/linphone-1.3.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/linphone/linphone-1.3.5.ebuild b/net-misc/linphone/linphone-1.3.5.ebuild
index 5f68bc1530a5..ec94f50bd3a1 100644
--- a/net-misc/linphone/linphone-1.3.5.ebuild
+++ b/net-misc/linphone/linphone-1.3.5.ebuild
@@ -1,6 +1,6 @@
# 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.3 2006/05/06 11:57:16 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.3.5.ebuild,v 1.4 2006/05/06 19:57:22 genstef Exp $
inherit eutils
@@ -62,6 +62,7 @@ src_compile() {
# use x86 && use truespeech && \
# myconf="--enable-truespeech"
+ libtoolize --copy --force
econf \
--enable-glib \
--with-speex=/usr \
@@ -71,7 +72,6 @@ src_compile() {
`use_enable alsa` \
${myconf} || die "Unable to configure"
- grep " \-Werror" * -Rl | xargs sed -i "s: -Werror::"
emake || die "Unable to make"
use ilbc && \