On 6/4/06, Dan Nicholson <[EMAIL PROTECTED]> wrote:
Question on preference. I've come up with two seds to do the trick.
sed -i.bak \
"/mozilla-decoder.cpp/a EXTRA_DSO_LDOPTS += $(pkg-config --libs
pangoxft)" \
gfx/src/gtk/Makefile.in
sed -i.bak \
'/mozilla-decoder.cpp/a EXTRA_DSO_LDOPTS += libpangoxft-1.0' \
gfx/src/gtk/Makefile.in
Hold the phone on the above fixes (not that anyone's commented
anyway). They don't work because EXTRA_DSO_LDOPTS is redefined later
in the Makefile. Firefox and Epiphany have now been broken for me
because of the above. I'm reduced to accessing gmail through elinks.
Anyway, here's the new fix that I came up with the should do the
trick. There's still the option of passing everything from pkg-config
or not. If no one cares, I'll put the pkg-config info in. Here's the
new sed. I don't know how this will wrap using the composer in
elinks.
sed -i "[EMAIL PROTECTED] =.*@& $(pkg-config --libs pangoxft)@" \
gfx/src/gtk/Makefile.in
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page