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) \ |