diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-09-02 17:16:41 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-09-02 17:16:41 +0000 |
commit | d0b43af1f050ec49b47496fff255ba60e1f40d14 (patch) | |
tree | 6ccdbed12d7d235834598dcb90abef79095d5d02 /graphics/GraphicsMagick13/files/patch-magick_symbols.h | |
parent | - Upgraded to 1.1.14. (diff) |
- Upgraded to 1.2.5
- Stylistic issues fixed in Makefile and added new options to
help performance on certain architectures
- Removed NOPORTDOCS support, pending upstream installation process
support
Reviewed by: beech, itetcu
Approved by: beech (mentor, implicit)
Diffstat (limited to 'graphics/GraphicsMagick13/files/patch-magick_symbols.h')
-rw-r--r-- | graphics/GraphicsMagick13/files/patch-magick_symbols.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/GraphicsMagick13/files/patch-magick_symbols.h b/graphics/GraphicsMagick13/files/patch-magick_symbols.h deleted file mode 100644 index 8edb9976ad45..000000000000 --- a/graphics/GraphicsMagick13/files/patch-magick_symbols.h +++ /dev/null @@ -1,19 +0,0 @@ ---- magick/symbols.h.orig Mon Jul 16 21:55:06 2007 -+++ magick/symbols.h Mon Jul 16 21:56:04 2007 -@@ -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 |