Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128557 | Differences between
and this patch

Collapse All | Expand All

(-)gettext-0.14.5.orig/gettext-tools/src/x-glade.c (-1 / +1 lines)
Lines 146-152 Link Here
146
{
146
{
147
  if (libexpat_loaded == 0)
147
  if (libexpat_loaded == 0)
148
    {
148
    {
149
      void *handle = dlopen ("libexpat.so.0", RTLD_LAZY);
149
      void *handle = dlopen ("libexpat.so", RTLD_LAZY);
150
      if (handle != NULL
150
      if (handle != NULL
151
	  && (p_XML_ParserCreate = dlsym (handle, "XML_ParserCreate")) != NULL
151
	  && (p_XML_ParserCreate = dlsym (handle, "XML_ParserCreate")) != NULL
152
	  && (p_XML_SetElementHandler = dlsym (handle, "XML_SetElementHandler")) != NULL
152
	  && (p_XML_SetElementHandler = dlsym (handle, "XML_SetElementHandler")) != NULL

Return to bug 128557