diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-17 19:33:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-17 19:33:16 +0000 |
commit | a3458598b60305f4b8233fcc775816ca09aeeb87 (patch) | |
tree | 0e53df5514c00c56be2851e3a6bbc788aa1e6711 /net-voip/homer/homer-9999.ebuild | |
parent | Version bump and fix GStreamer slot per #459714 (diff) | |
download | historical-a3458598b60305f4b8233fcc775816ca09aeeb87.tar.gz historical-a3458598b60305f4b8233fcc775816ca09aeeb87.tar.bz2 historical-a3458598b60305f4b8233fcc775816ca09aeeb87.zip |
Respect CXX. Thanks to Marcel Pennewiß <gentoo@pennewiss.de>. Bug #459846
Package-Manager: portage-2.1.11.55/cvs/Linux x86_64
Manifest-Sign-Key: 0xC2BA7F3C!
Diffstat (limited to 'net-voip/homer/homer-9999.ebuild')
-rw-r--r-- | net-voip/homer/homer-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-voip/homer/homer-9999.ebuild b/net-voip/homer/homer-9999.ebuild index 6d8d5ce6ab5a..e805e43b444d 100644 --- a/net-voip/homer/homer-9999.ebuild +++ b/net-voip/homer/homer-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/homer-9999.ebuild,v 1.4 2013/03/03 21:44:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/homer-9999.ebuild,v 1.5 2013/03/17 19:33:14 hwoarang Exp $ EAPI=4 -inherit eutils multilib +inherit eutils multilib toolchain-funcs DESCRIPTION="Homer Conferencing (short: Homer) is a free SIP softphone with advanced audio and video support." HOMEPAGE="http://www.homer-conferencing.com" @@ -54,6 +54,7 @@ src_prepare() { } src_compile() { + tc-export CXX emake -C HomerBuild default \ INSTALL_PREFIX=/usr/bin \ INSTALL_LIBDIR=/usr/$(get_libdir) \ |