|
|
@@ -23,9 +23,9 @@ Index: lib/sfio/sfhdr.h
|
|
|
#define SF_MAXDOUBLE MAXDOUBLE
|
|
|
#endif
|
|
|
Index: plugin/gd/gvrender_gd.c
|
|
|
---- plugin/gd/gvrender_gd.c.orig 2007-08-02 19:42:57 +0200
|
|
|
-+++ plugin/gd/gvrender_gd.c 2007-08-03 19:48:37 +0200
|
|
|
-@@ -33,6 +33,10 @@
|
|
|
+--- plugin/gd/gvrender_gd.c.orig 2007-11-08 20:42:15 +0100
|
|
|
++++ plugin/gd/gvrender_gd.c 2007-11-10 18:37:15 +0100
|
|
|
+@@ -34,6 +34,10 @@
|
|
|
#ifdef HAVE_LIBGD
|
|
|
#include "gd.h"
|
|
|
|
|
|
@@ -33,13 +33,13 @@ Index: plugin/gd/gvrender_gd.c
|
|
|
+#define HAVE_GD_FONTCONFIG
|
|
|
+#endif
|
|
|
+
|
|
|
- typedef enum { FORMAT_GD, FORMAT_GD2, FORMAT_GIF, FORMAT_JPEG, FORMAT_PNG,
|
|
|
- FORMAT_WBMP, FORMAT_XBM, } format_type;
|
|
|
-
|
|
|
+ typedef enum {
|
|
|
+ FORMAT_GIF,
|
|
|
+ FORMAT_JPEG,
|
|
|
Index: plugin/gd/gvtextlayout_gd.c
|
|
|
---- plugin/gd/gvtextlayout_gd.c.orig 2007-07-20 20:38:03 +0200
|
|
|
-+++ plugin/gd/gvtextlayout_gd.c 2007-08-03 19:49:31 +0200
|
|
|
-@@ -26,6 +26,10 @@
|
|
|
+--- plugin/gd/gvtextlayout_gd.c.orig 2007-11-08 20:42:15 +0100
|
|
|
++++ plugin/gd/gvtextlayout_gd.c 2007-11-10 18:37:31 +0100
|
|
|
+@@ -29,6 +29,10 @@
|
|
|
#ifdef HAVE_LIBGD
|
|
|
#include "gd.h"
|
|
|
|
|
|
@@ -47,7 +47,7 @@ Index: plugin/gd/gvtextlayout_gd.c
|
|
|
+#define HAVE_GD_FONTCONFIG
|
|
|
+#endif
|
|
|
+
|
|
|
- #if defined(HAVE_LIBGD) && defined(HAVE_LIBFREETYPE) && defined(HAVE_GD_FREETYPE)
|
|
|
+ #if defined(HAVE_LIBGD) && defined(HAVE_GD_FREETYPE)
|
|
|
|
|
|
/* fontsize at which text is omitted entirely */
|
|
|
Index: cmd/dot/Makefile.am
|