You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
593 B

Index: ext/gd/libgd/gd_arc.c
--- ext/gd/libgd/gd_arc.c.orig 2009-05-26 22:14:31 +0200
+++ ext/gd/libgd/gd_arc.c 2009-07-01 08:56:12 +0200
@@ -53,6 +53,7 @@
}
}
+#if 0
void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c)
{
int x=0,mx1=0,mx2=0,my1=0,my2=0;
@@ -106,5 +107,6 @@
old_y1 = my1;
}
}
+#endif
Index: ext/gd/libgd/gd_compat.c
--- ext/gd/libgd/gd_compat.c.orig 2009-08-09 15:15:45 +0200
+++ ext/gd/libgd/gd_compat.c 2010-01-19 21:20:30 +0100
@@ -5,6 +5,7 @@
#endif
#ifdef HAVE_GD_JPG
+# include <stdio.h>
# include <jpeglib.h>
#endif