Home | History | Annotate | Download | only in ImageMagick
      1 *** ImageMagick-6.3.4/magick/module.c.orig	Thu Apr 12 20:00:07 2007
      2 --- ImageMagick-6.3.4/magick/module.c	Thu Apr 12 20:00:45 2007
      3 ***************
      4 *** 71,77 ****
      5     Define declarations.
      6   */
      7   #if defined(HasLTDL)
      8 ! #  define ModuleGlobExpression "*.la"
      9   #else
     10   #  if defined(_DEBUG)
     11   #    define ModuleGlobExpression "IM_MOD_DB_*.dll"
     12 --- 71,77 ----
     13     Define declarations.
     14   */
     15   #if defined(HasLTDL)
     16 ! #  define ModuleGlobExpression "*.so"
     17   #else
     18   #  if defined(_DEBUG)
     19   #    define ModuleGlobExpression "IM_MOD_DB_*.dll"
     20 ***************
     21 *** 1271,1277 ****
     22     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",tag);
     23     assert(name != (char *) NULL);
     24   #if defined(HasLTDL)
     25 !   (void) FormatMagickString(name,MaxTextExtent,"%s.la",tag);
     26     (void) LocaleLower(name);
     27   #else
     28   #if defined(__WINDOWS__)
     29 --- 1271,1277 ----
     30     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",tag);
     31     assert(name != (char *) NULL);
     32   #if defined(HasLTDL)
     33 !   (void) FormatMagickString(name,MaxTextExtent,"%s.so",tag);
     34     (void) LocaleLower(name);
     35   #else
     36   #if defined(__WINDOWS__)
     37 ***************
     38 *** 1322,1328 ****
     39   #if !defined(HasLTDL)
     40     (void) FormatMagickString(name,MaxTextExtent,"%s.dll",tag);
     41   #else
     42 !   (void) FormatMagickString(name,MaxTextExtent,"%s.la",tag);
     43     (void) LocaleLower(name);
     44   #endif
     45   }
     46 --- 1322,1328 ----
     47   #if !defined(HasLTDL)
     48     (void) FormatMagickString(name,MaxTextExtent,"%s.dll",tag);
     49   #else
     50 !   (void) FormatMagickString(name,MaxTextExtent,"%s.so",tag);
     51     (void) LocaleLower(name);
     52   #endif
     53   }
     54