summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-09-29 16:06:34 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-09-29 16:06:34 +0000
commita083f5a1a7f840668a39177a882715e07a19ee4b (patch)
treea71d02457bea9f75489af93f90b3195fb71cb866 /net-voip/linphone/linphone-3.5.2.ebuild
parentVersion bump. (diff)
downloadgentoo-2-a083f5a1a7f840668a39177a882715e07a19ee4b.tar.gz
gentoo-2-a083f5a1a7f840668a39177a882715e07a19ee4b.tar.bz2
gentoo-2-a083f5a1a7f840668a39177a882715e07a19ee4b.zip
fix automake-1.13 warnings wrt #468808
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-voip/linphone/linphone-3.5.2.ebuild')
-rw-r--r--net-voip/linphone/linphone-3.5.2.ebuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/net-voip/linphone/linphone-3.5.2.ebuild b/net-voip/linphone/linphone-3.5.2.ebuild
index 0ab85713c04b..d803590b269b 100644
--- a/net-voip/linphone/linphone-3.5.2.ebuild
+++ b/net-voip/linphone/linphone-3.5.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.2 2013/03/06 13:20:30 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.5.2.ebuild,v 1.3 2013/09/29 16:06:34 hasufell Exp $
-EAPI="4"
+EAPI=5
inherit autotools eutils multilib pax-utils versionator
@@ -51,10 +51,15 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}"/${P}-nls.patch
+ epatch "${FILESDIR}"/${P}-nls.patch \
+ "${FILESDIR}"/${P}-automake-1.13.patch
# remove speex check, avoid bug when mediastreamer[-speex]
sed -i -e '/SPEEX/d' configure.ac || die "patching configure.ac failed"
+ # variable causes "command not found" warning and is not
+ # needed anyway
+ sed -i -e 's/$(ACLOCAL_MACOS_FLAGS)//' Makefile.am || die
+
# fix path to use lib64
sed -i -e "s:lib\(/liblinphone\):$(get_libdir)\1:" configure.ac \
|| die "patching configure.ac failed"