ports/graphics/GraphicsMagick/files/patch-magick_symbols.h
Stanislav Sedov b5f66dee8e - Do not redefine GraphicsMagick symbols, since it causes problems with
some ports, that expect standard Magick symbols to be present (that is
  revert revision 1.6). Redefine only the GetToken symbol instead just to
  get rid of ports/94905
- Use correct path for windows fonts [1]
- Add a knob to depend on windows fonts conditionally.

PR:		ports/114036 [1]
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@nedforce.nl>
2007-07-16 18:30:28 +00:00

19 lines
631 B
C

--- 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