|
|
@@ -82,3 +82,15 @@ Index: plugin/gd/gvtextlayout_gd.c
|
|
|
#if defined(HAVE_LIBGD) && defined(HAVE_GD_FREETYPE)
|
|
|
|
|
|
/* fontsize at which text is omitted entirely */
|
|
|
+Index: GraphViz-Data-Structure-0.17/Makefile.PL
|
|
|
+--- GraphViz-Data-Structure-0.17/Makefile.PL.orig 2007-09-13 20:17:00 +0200
|
|
|
++++ GraphViz-Data-Structure-0.17/Makefile.PL 2009-03-12 17:36:27 +0100
|
|
|
+@@ -8,7 +8,7 @@
|
|
|
+ die "You must install the graphviz package (http://www.graphviz.org) before using this module.\n";
|
|
|
+ }
|
|
|
+ else {
|
|
|
+- my (@v) = ($dot_version =~ /dot (?:- Graphviz )?version (\d+)\.(\d+)/);
|
|
|
++ my (@v) = ($dot_version =~ /dot (?:- Graphviz )?version (\d+)\.(\d+)/i);
|
|
|
+ if ( $v[0] < 2 || $v[1] < 2 ) {
|
|
|
+ die "You must have at least version 2.2 of dot to use this module (found $v[0].$v[1])";
|
|
|
+ }
|