]> git.pld-linux.org Git - packages/freetype1.git/commitdiff
*** empty log message ***
authorradzio <radzio@pld-linux.org>
Fri, 27 Jun 2003 12:38:58 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freetype-gcc33.patch -> 1.1

freetype-gcc33.patch [new file with mode: 0644]

diff --git a/freetype-gcc33.patch b/freetype-gcc33.patch
new file mode 100644 (file)
index 0000000..eedcc66
--- /dev/null
@@ -0,0 +1,21 @@
+diff -Naur freetype-1.3.1.orig/test/ftdump.c freetype-1.3.1/test/ftdump.c
+--- freetype-1.3.1.orig/test/ftdump.c  Fri Jun 27 14:32:54 2003
++++ freetype-1.3.1/test/ftdump.c       Fri Jun 27 14:40:53 2003
+@@ -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 */
This page took 0.095614 seconds and 4 git commands to generate.