On 2/28/06, Alexander E. Patrakov <[EMAIL PROTECTED]> wrote: > > Either this, or fix the bug. That's easy: > > Search the configure script for "-sDEVICE=x11alpha -dNOPLATFONTS", > append "-dTextAlphaBits=4 -dGraphicsAplhaBits=4 -dDOINTERPOLATE".
Here's one sed that works: sed -i '/^AA_PARMS/s/"$/ -dTextAlphaBits=4 -dGraphicsAplhaBits=4 -dDOINTERPOLATE&/' configure -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
