On 11/1/12, Garrett D'Amore <garr...@damore.org> wrote:
> If this is holding up someone else who wants to do real work of porting
> dependency software (Gnome 3, etc.) contact me off list and I'll see if I
> can either allocate some weekend/evening time to do the work myself,
> or provide guidance to someone else who wants to do it.
>
>       - Garrett

As a stopgap, it's trivial to write stubs for the *_l functions. For example:

int strcoll_l(const char *l, const char *r, locale_t loc) {return
strcoll(l, r);}

They all follow this pattern. It's not a real solution but I found it useful.

HTH!

_______________________________________________
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to