]> git.pld-linux.org Git - packages/graphviz.git/blame - graphviz-bad-header.patch
- updated gettext BR
[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
d13e88b1 18
2faa9e37
JR
19 /* true if point p is inside box b */
20 #define INSIDE(p,b) (BETWEEN((b).LL.x,(p).x,(b).UR.x) && BETWEEN((b).LL.y,(p).y,(b).UR.y))
This page took 0.050677 seconds and 4 git commands to generate.