Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234012
Collapse All | Expand All

(-)libjingle-0.3.11.ebuild (-3 / +9 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/libjingle/libjingle-0.3.11.ebuild,v 1.2 2008/05/14 12:24:09 drac Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/libjingle/libjingle-0.3.11.ebuild,v 1.2 2008/05/14 12:24:09 drac Exp $
4
4
5
EAPI="2"
6
5
inherit eutils
7
inherit eutils
6
8
7
DESCRIPTION="Google's jabber voice extension library modified by Tapioca"
9
DESCRIPTION="Google's jabber voice extension library modified by Tapioca"
Lines 18-26 Link Here
18
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
19
	dev-util/pkgconfig"
21
	dev-util/pkgconfig"
20
22
21
src_unpack() {
23
src_prepare() {
22
	unpack ${A}
24
	# there is an error in configure.ac : CXXFLAGS are using CFLAGS
23
	cd "${S}"
25
	# see bug #234012
26
	# patching directly configure to prevent executing autoconf
27
	sed -i -e 's/CXXFLAGS="$CFLAGS/CXXFLAGS="$CXXFLAGS/' configure \
28
		|| die "patching configure failed"
29
24
	epatch "${FILESDIR}"/${P}-gcc43.patch
30
	epatch "${FILESDIR}"/${P}-gcc43.patch
25
}
31
}
26
32

Return to bug 234012