]> git.pld-linux.org Git - packages/graphviz.git/blame - graphviz-gd.patch
- php{,4}-devel already Requires: auto{make,conf}
[packages/graphviz.git] / graphviz-gd.patch
CommitLineData
5db41484
AM
1diff -urN graphviz-2.4.org/configure.ac graphviz-2.4/configure.ac
2--- graphviz-2.4.org/configure.ac 2005-07-20 22:29:26.000000000 +0200
3+++ graphviz-2.4/configure.ac 2005-08-15 18:00:29.687493872 +0200
4@@ -879,10 +879,10 @@
5 AC_DEFINE_UNQUOTED(HAVE_$f,1,[Define if the GD library has the $f feature])
6 done
7
8- # GD version check >= 2.0.34 else revert to --with-mylibgd
9+ # GD version check >= 2.0.33 else revert to --with-mylibgd
10 REQ_GD_MAJORVERSION=2
11 REQ_GD_MINORVERSION=0
12- REQ_GD_REVISION=34
13+ REQ_GD_REVISION=33
14 if test $GD_MAJORVERSION -lt $REQ_GD_MAJORVERSION; then
15 with_mylibgd=yes
16 else
This page took 0.05236 seconds and 4 git commands to generate.