various fixes to FONTCONFIG

This commit is contained in:
Stephan Raue 2009-06-07 22:30:01 +02:00
parent 541b7b26b6
commit 3a1e9a1dfa

View File

@ -20,6 +20,12 @@ cd $PKG_BUILD
--without-add-fonts \
--disable-dependency-tracking \
--disable-docs
for m in fc-case fc-glyphname fc-lang fc-arch; do
sed -i "s|LDFLAGS =.*|LDFLAGS =|" $m/Makefile
sed -i "s|CFLAGS =.*|CFLAGS =${HOST_CFLAGS}|" $m/Makefile
done
$MAKE
$MAKEINSTALL