Browse Source
- Remove two unneeded patches. - Do not install a custom libltdl, use the system one. - Add dependency on librsvg and libgd.android-5
3 changed files with 22 additions and 26 deletions
@ -1,11 +0,0 @@ |
|||
--- graphviz-2.38.0/cmd/edgepaint/edgepaintmain.c 2014-04-13 13:40:25.000000000 -0700
|
|||
+++ src/cmd/edgepaint/edgepaintmain.c 2016-04-03 10:46:38.532882314 -0700
|
|||
@@ -27,7 +27,7 @@
|
|||
#include <cgraph.h> |
|||
#include <agxbuf.h> |
|||
#include <ingraphs.h> |
|||
-#include <pointset.h>
|
|||
+#include "pointset.h"
|
|||
#ifdef HAVE_GETOPT_H |
|||
#include <getopt.h> |
|||
#else |
@ -1,11 +0,0 @@ |
|||
--- graphviz-2.38.0/lib/gvpr/compile.c 2014-04-13 13:40:25.000000000 -0700
|
|||
+++ src/lib/gvpr/compile.c 2016-04-03 06:35:21.867051986 -0700
|
|||
@@ -43,7 +43,7 @@
|
|||
#define MIN(a,b) ((a)<(b)?(a):(b)) |
|||
#define MAX(a,b) ((a)>(b)?(a):(b)) |
|||
|
|||
-#include <gdefs.h>
|
|||
+#include "gdefs.h"
|
|||
|
|||
#include "ctype.h" |
|||
#include "trie.c" |
Loading…
Reference in new issue