encodings puts encodings directory in ${prefix}/share/fonts/X11 in all
cases except for the completely unguessable --with-encodingsdir.

It is supposed to first honor --with-fontrootdir.
In the abscence of that, it is supposed to honor
`$PKG_CONFIG --variable=fontrootdir fontutil`.

But that is short circuited because of a variable enclosed in single
quotes, so a sed is needed to fix:
# BUG
sed -i -e "\,ENCODINGSDIR=, s,',\",g" configure

In any case, since encodings consults fontutil.pc, encodings should
follow, and not precede font-util in the wget list.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to