Loïc Minier <[EMAIL PROTECTED]> writes:
> Check the ia32-libs-gtk pacakge, it has a hack which you might need to
> adapt to workaround this in local/pangohack.c.
>
> Since ia32-libs-gtk is forking the pango source, this is not the
> problem of the pango maintainer really.
>
> --
> Loïc Minier <[EMAIL PROTECTED]>
The ia32-libs-gtk package has a local/pangohack.c file. But that does
not fork the pango source. Instead it is a library that can be
preloaded with "LD_PRELOAD=libpangohack.so.0.0".
The ia32-libs-gtk package in debian does not build the library but if
we must I guess we could. We would then have to add
"libpangohack.so.0.0" to /etc/ld.so.preload to make this
work in a package. Something I would rather not do.
MfG
Goswin
PS: sorry to reply to every mail in turn instead all at once.