mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
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>
19 lines
631 B
C
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
|