]> git.pld-linux.org Git - packages/graphviz.git/blame - graphviz-bad-header.patch
- added ltdl patch (resolved conflict with lt_preloaded_symbols mangling in <ltdl.h>)
[packages/graphviz.git] / graphviz-bad-header.patch
CommitLineData
2faa9e37
JR
1--- graphviz-2.14.1-root-baggins/usr/include/graphviz/geom.h.orig 2006-12-07 23:49:35.000000000 +0100
2+++ graphviz-2.14.1-root-baggins/usr/include/graphviz/geom.h 2007-09-17 18:21:46.689653136 +0200
3@@ -20,7 +20,7 @@
4 #ifndef GV_GEOM_H
5 #define GV_GEOM_H
6
7-#ifdef HAVE_CONFIG_H
8+#if 0
9 #include "arith.h"
10 #endif
11
12@@ -39,7 +39,7 @@
13
14 typedef struct { pointf LL, UR; } boxf;
15
16-#ifdef HAVE_CONFIG_H
17+#if 0
18 /* true if point p is inside box b */
19 #define INSIDE(p,b) (BETWEEN((b).LL.x,(p).x,(b).UR.x) && BETWEEN((b).LL.y,(p).y,(b).UR.y))
20 /* true if boxes b0 and b1 overlap */
4500d81d
JR
21--- graphviz-2.14.1-root-baggins/usr/include/graphviz/dot_builtins.c.orig 2007-09-17 18:25:45.000000000 +0200
22+++ graphviz-2.14.1-root-baggins/usr/include/graphviz/dot_builtins.c 2007-09-17 18:26:48.858885737 +0200
23@@ -14,7 +14,7 @@
24 * AT&T Research, Florham Park NJ *
25 **********************************************************/
26
27-#ifdef HAVE_CONFIG_H
28+#if 0
29 #include "config.h"
30 #endif
31
This page took 0.028871 seconds and 4 git commands to generate.