Ticket #500: patch-ftconfig.h

File patch-ftconfig.h, 482 bytes (added by blb@…, 21 years ago)

files/patch-ftconfig.h

Line 
1--- include/freetype/config/ftconfig.h.orig      Tue Apr 30 08:26:48 2002
2+++ include/freetype/config/ftconfig.h   Fri Apr 25 14:44:11 2003
3@@ -109,7 +109,10 @@
4   /*   providing a new configuration file.                                 */
5   /*                                                                       */
6 #if defined( __APPLE__ ) || ( defined( __MWERKS__ ) && defined( macintosh ) )
7+  /* But not Mac OS X */
8+#ifndef __MACH__
9 #define FT_MACINTOSH 1
10+#endif
11 #endif