summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-10-23 16:52:46 +0000
committerFabian Groffen <grobian@gentoo.org>2010-10-23 16:52:46 +0000
commit28960358443ac200f9b1cea7328fd8ad020a85e2 (patch)
treee5a3d954b7ac7840611bd3cf97c70f4fd3667aa3 /net-voip
parentRemove vulnerable versions (diff)
downloadgentoo-2-28960358443ac200f9b1cea7328fd8ad020a85e2.tar.gz
gentoo-2-28960358443ac200f9b1cea7328fd8ad020a85e2.tar.bz2
gentoo-2-28960358443ac200f9b1cea7328fd8ad020a85e2.zip
Fix compilation on Darwin
(Portage version: 2.2.01.16706-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/linphone/ChangeLog5
-rw-r--r--net-voip/linphone/linphone-3.3.2.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog
index 895a8ea8a38e..b0e1b6fe0999 100644
--- a/net-voip/linphone/ChangeLog
+++ b/net-voip/linphone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-voip/linphone
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.52 2010/07/23 09:37:03 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.53 2010/10/23 16:52:46 grobian Exp $
+
+ 23 Oct 2010; Fabian Groffen <grobian@gentoo.org> linphone-3.3.2.ebuild:
+ Fix compilation on Darwin
*linphone-3.3.2 (23 Jul 2010)
diff --git a/net-voip/linphone/linphone-3.3.2.ebuild b/net-voip/linphone/linphone-3.3.2.ebuild
index 5b176c07b205..3b6fa020d841 100644
--- a/net-voip/linphone/linphone-3.3.2.ebuild
+++ b/net-voip/linphone/linphone-3.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.3.2.ebuild,v 1.1 2010/07/23 09:37:03 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.3.2.ebuild,v 1.2 2010/10/23 16:52:46 grobian Exp $
EAPI="3"
@@ -67,6 +67,10 @@ src_prepare() {
sed -i -e "s:oRTP::;s:mediastreamer2::" Makefile.am \
|| die "patching Makefile.am failed"
+ # don't know why, but exosip macro references a non-existing framework
+ sed -i -e "s/-framework CFNetwork//" m4/exosip.m4 \
+ || die "patching m4/exosip.m4 failed"
+
# make sure to use host libtool version
rm -f m4/libtool.m4 m4/lt*.m4 #282268
eautoreconf