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

Collapse All | Expand All

(-)/usr/portage/media-libs/fontconfig/fontconfig-2.8.0-r1.ebuild (-3 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit autotools eutils libtool toolchain-funcs flag-o-matic
7
inherit autotools eutils libtool toolchain-funcs
8
8
9
DESCRIPTION="A library for configuring and customizing font access"
9
DESCRIPTION="A library for configuring and customizing font access"
10
HOMEPAGE="http://fontconfig.org/"
10
HOMEPAGE="http://fontconfig.org/"
Lines 46-53 Link Here
46
	local myconf
46
	local myconf
47
	if tc-is-cross-compiler; then
47
	if tc-is-cross-compiler; then
48
		myconf="--with-arch=${ARCH}"
48
		myconf="--with-arch=${ARCH}"
49
		replace-flags -mtune=* -DMTUNE_CENSORED
49
		sed -i -e "s:^CFLAGS = @CFLAGS@:CFLAGS =:g" \
50
		replace-flags -march=* -DMARCH_CENSORED
50
			fc-case/Makefile.in \
51
			fc-lang/Makefile.in \
52
			fc-glyphname/Makefile.in \
53
			fc-arch/Makefile.in		
51
	fi
54
	fi
52
	econf \
55
	econf \
53
		$(use_enable doc docs) \
56
		$(use_enable doc docs) \

Return to bug 284762