Petr Gajdos 2011-09-07 09:10:56 +00:00 committed by Git OBS Bridge
parent 9cfd98e9ba
commit d60e6c4b46
3 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,10 @@
--- magick/exception.c 2011-09-06 15:31:15.000000000 +0200 Index: magick/exception.c
+++ magick/exception.c 2011-09-06 17:11:20.000000000 +0200 ===================================================================
@@ -458,7 +458,11 @@ MagickExport char *GetExceptionMessage(c --- magick/exception.c.orig
exception[MaxTextExtent]; +++ magick/exception.c
@@ -457,7 +457,11 @@ MagickExport char *GetExceptionMessage(c
*exception='\0';
#if defined(MAGICKCORE_HAVE_STRERROR_R) #if defined(MAGICKCORE_HAVE_STRERROR_R)
- (void) strerror_r(error,exception,sizeof(exception)); - (void) strerror_r(error,exception,sizeof(exception));
+ #if !defined(_GNU_SOURCE) + #if !defined(_GNU_SOURCE)

View File

@ -566,4 +566,5 @@ Authors:
HTML documentation for ImageMagick library and scene examples. HTML documentation for ImageMagick library and scene examples.
%changelog %changelog

View File

@ -567,4 +567,5 @@ HTML documentation for ImageMagick library and scene examples.
%changelog %changelog