X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/5315b7ec750f345b832d0e97ae63504602e967e4..042c75b24dbaea4730fb6489f0cf4f857a5f21f0:/packages/gegl/comfigure.ac.patch diff --git a/packages/gegl/comfigure.ac.patch b/packages/gegl/comfigure.ac.patch deleted file mode 100644 index 42e66279..00000000 --- a/packages/gegl/comfigure.ac.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ../cache/GEGL_0_3_14/configure.ac 2017-02-27 14:43:22.000000000 +0000 -+++ ./configure.ac 2017-05-06 03:37:24.376507193 +0000 -@@ -979,7 +979,7 @@ - - AC_ARG_WITH(graphviz, [ --without-graphviz build without graphviz support]) - --have_graphviz="no" -+have_graphviz="yes" - if test "x$with_graphviz" != "xno"; then - AC_PATH_PROG(GRAPHVIZ, dot, no) - -@@ -990,7 +990,7 @@ - have_graphviz="yes" - fi - fi -- -+have_graphviz="yes" - AM_CONDITIONAL(HAVE_GRAPHVIZ, test "$have_graphviz" = "yes") - -