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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- icu-4.4.ebuild
0
++ icu-4.4.ebuild
Lines 4-10 Link Here
4
4
5
EAPI="3"
5
EAPI="3"
6
6
7
inherit flag-o-matic versionator
7
inherit flag-o-matic versionator autotools
8
8
9
DESCRIPTION="International Components for Unicode"
9
DESCRIPTION="International Components for Unicode"
10
HOMEPAGE="http://www.icu-project.org/ http://ibm.com/software/globalization/icu/"
10
HOMEPAGE="http://www.icu-project.org/ http://ibm.com/software/globalization/icu/"
Lines 40-51 Link Here
40
}
40
}
41
41
42
src_prepare() {
42
src_prepare() {
43
	epatch "${FILESDIR}"/${P}-ctestfw-makefilein.patch
43
	# Do not hardcode used CFLAGS, LDFLAGS etc. into icu-config
44
	# Do not hardcode used CFLAGS, LDFLAGS etc. into icu-config
44
	# Bug 202059
45
	# Bug 202059
45
	# https://bugs.icu-project.org/trac/ticket/6102
46
	# https://bugs.icu-project.org/trac/ticket/6102
46
	for x in ARFLAGS CFLAGS CPPFLAGS CXXFLAGS FFLAGS LDFLAGS; do
47
	for x in ARFLAGS CFLAGS CPPFLAGS CXXFLAGS FFLAGS LDFLAGS; do
47
		sed -i -e "/^${x} =.*/s:@${x}@::" "config/Makefile.inc.in" || die "sed failed"
48
		sed -i -e "/^${x} =.*/s:@${x}@::" "config/Makefile.inc.in" || die "sed failed"
48
	done
49
	done
50
	eautomake
49
}
51
}
50
52
51
src_configure() {
53
src_configure() {

Return to bug 310297