diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-02 07:21:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-02 07:21:37 +0000 |
commit | af5f4adb391e0b3c2e873a33eca13c0d0c0c6bd6 (patch) | |
tree | dfca5c7e1a8694396b747cd8ac42d507770d4df0 /net-voip | |
parent | version bump (diff) | |
download | gentoo-2-af5f4adb391e0b3c2e873a33eca13c0d0c0c6bd6.tar.gz gentoo-2-af5f4adb391e0b3c2e873a33eca13c0d0c0c6bd6.tar.bz2 gentoo-2-af5f4adb391e0b3c2e873a33eca13c0d0c0c6bd6.zip |
Disable intltool requirements #252704.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/linphone/ChangeLog | 7 | ||||
-rw-r--r-- | net-voip/linphone/linphone-3.0.0.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog index bfedd3cdb591..deee7e1e8f83 100644 --- a/net-voip/linphone/ChangeLog +++ b/net-voip/linphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/linphone -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.21 2008/12/23 04:47:30 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.22 2009/01/02 07:21:37 vapier Exp $ + + 02 Jan 2009; Mike Frysinger <vapier@gentoo.org> linphone-3.0.0.ebuild: + Disable intltool requirements #252704. *linphone-3.0.0 (23 Dec 2008) diff --git a/net-voip/linphone/linphone-3.0.0.ebuild b/net-voip/linphone/linphone-3.0.0.ebuild index 92eb036847c4..008f42a0ad25 100644 --- a/net-voip/linphone/linphone-3.0.0.ebuild +++ b/net-voip/linphone/linphone-3.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.1 2008/12/23 04:47:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.0.0.ebuild,v 1.2 2009/01/02 07:21:37 vapier Exp $ inherit eutils @@ -47,6 +47,9 @@ src_unpack() { src_compile() { export ac_cv_path_DOXYGEN=false + export ac_cv_path_INTLTOOL_UPDATE=true #252704 + export ac_cv_path_INTLTOOL_MERGE=true + export ac_cv_path_INTLTOOL_EXTRACT=true econf \ --disable-manual \ --disable-strict \ |