File freetype-1.3.1-gcc.patch of Package freetype
--- test/ftdump.c +++ test/ftdump.c @@ -140,7 +140,7 @@ old_memory += *var; } -#define FOOTPRINT( field ) Save_Memory( &memory_footprint.##field ) +#define FOOTPRINT( field ) Save_Memory( &memory_footprint.field ) static void @@ -153,7 +153,7 @@ } #define PRINT_MEM( field, string ) \ - Print_Mem( memory_footprint.##field, string ) + Print_Mem( memory_footprint.field, string ) /* Print the memory footprint */