diff options
Diffstat (limited to 'graphics/GraphicsMagick/files/patch-magick__symbols.h')
-rw-r--r-- | graphics/GraphicsMagick/files/patch-magick__symbols.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick/files/patch-magick__symbols.h b/graphics/GraphicsMagick/files/patch-magick__symbols.h new file mode 100644 index 000000000000..4021e7c561b0 --- /dev/null +++ b/graphics/GraphicsMagick/files/patch-magick__symbols.h @@ -0,0 +1,19 @@ +--- ./magick/symbols.h.orig 2004-04-14 18:45:07.000000000 -0400 ++++ ./magick/symbols.h 2008-09-02 08:05:29.000000000 -0400 +@@ -17,6 +17,8 @@ + #if !defined(_MAGICK_SYMBOLS_H) + #define _MAGICK_SYMBOLS_H + ++#define GetToken GmGetToken ++ + #if defined(PREFIX_MAGICK_SYMBOLS) + #define AccessDefinition GmAccessDefinition + #define AcquireCacheNexus GmAcquireCacheNexus +@@ -386,7 +388,6 @@ + #define GetQuantizeInfo GmGetQuantizeInfo + #define GetSignatureInfo GmGetSignatureInfo + #define GetTimerInfo GmGetTimerInfo +-#define GetToken GmGetToken + #define GetTypeInfo GmGetTypeInfo + #define GetTypeInfoByFamily GmGetTypeInfoByFamily + #define GetTypeList GmGetTypeList |