Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 459846 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- homer-0.24.1.ebuild
0
++ homer-0.24.1.ebuild
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils multilib
7
inherit eutils multilib toolchain-funcs
8
8
9
DESCRIPTION="Homer Conferencing (short: Homer) is a free SIP softphone with advanced audio and video support."
9
DESCRIPTION="Homer Conferencing (short: Homer) is a free SIP softphone with advanced audio and video support."
10
HOMEPAGE="http://www.homer-conferencing.com"
10
HOMEPAGE="http://www.homer-conferencing.com"
Lines 47-52 Link Here
47
}
47
}
48
48
49
src_compile() {
49
src_compile() {
50
	tc-export CXX
50
	emake -C HomerBuild default \
51
	emake -C HomerBuild default \
51
		INSTALL_PREFIX=/usr/bin \
52
		INSTALL_PREFIX=/usr/bin \
52
		INSTALL_LIBDIR=/usr/$(get_libdir) \
53
		INSTALL_LIBDIR=/usr/$(get_libdir) \

Return to bug 459846