/[packages]/cauldron/graphicsmagick/pristine/SOURCES/GraphicsMagick-1.3.15-use-so-for-modules.patch
ViewVC logotype

Annotation of /cauldron/graphicsmagick/pristine/SOURCES/GraphicsMagick-1.3.15-use-so-for-modules.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2013198 - (hide annotations) (download)
Tue Dec 5 04:21:56 2023 UTC (3 months, 3 weeks ago) by schedbot
File size: 1092 byte(s)
Copying release 1.3.42-3.mga10.tainted to pristine/ directory.
1 akien 1129820 --- GraphicsMagick-1.3.15/magick/module.c.so 2012-06-14 06:43:31.000000000 +0000
2     +++ GraphicsMagick-1.3.15/magick/module.c 2012-06-14 06:44:29.000000000 +0000
3 fwang 260526 @@ -59,7 +59,7 @@
4 luigiwalser 915384 #define MAX_MODULES 511 /* Maximum number of modules supported by build. */
5 fwang 260526 #define ModuleFilename "modules.mgk"
6     #if defined(HasLTDL)
7     -# define ModuleGlobExpression "*.la"
8     +# define ModuleGlobExpression "*.so"
9     #else
10     # if defined(_DEBUG)
11     # define ModuleGlobExpression "IM_MOD_DB_*.dll"
12     @@ -2030,7 +2030,7 @@
13     assert(tag != (char *) NULL);
14     assert(module_name != (char *) NULL);
15     #if defined(HasLTDL)
16     - (void) FormatString(module_name,"%.1024s.la",tag);
17     + (void) FormatString(module_name,"%.1024s.so",tag);
18     (void) LocaleLower(module_name);
19     #else
20     #if defined(MSWINDOWS)
21     @@ -2077,7 +2077,7 @@
22     assert(tag != (char *) NULL);
23     assert(module_name != (char *) NULL);
24     #if defined(HasLTDL)
25     - (void) FormatString(module_name,"%.1024s.la",tag);
26     + (void) FormatString(module_name,"%.1024s.so",tag);
27     (void) LocaleLower(module_name);
28     #else
29     (void) FormatString(module_name,"%.1024s.dll",tag);

  ViewVC Help
Powered by ViewVC 1.1.30