]> git.pld-linux.org Git - packages/graphviz.git/commitdiff
- one more stupidity
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 17 Sep 2007 16:27:58 +0000 (16:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    graphviz-bad-header.patch -> 1.2

graphviz-bad-header.patch

index 0e7fd106afeab75a046ba54c3e7a7887a9ba5a09..553751cf4eac69676a3de67c4f1a16e5b8c0014f 100644 (file)
  /* true if point p is inside box b */
  #define INSIDE(p,b)   (BETWEEN((b).LL.x,(p).x,(b).UR.x) && BETWEEN((b).LL.y,(p).y,(b).UR.y))
  /* true if boxes b0 and b1 overlap */
+--- graphviz-2.14.1-root-baggins/usr/include/graphviz/dot_builtins.c.orig      2007-09-17 18:25:45.000000000 +0200
++++ graphviz-2.14.1-root-baggins/usr/include/graphviz/dot_builtins.c   2007-09-17 18:26:48.858885737 +0200
+@@ -14,7 +14,7 @@
+ *              AT&T Research, Florham Park NJ             *
+ **********************************************************/
+-#ifdef HAVE_CONFIG_H
++#if 0
+ #include "config.h"
+ #endif
This page took 0.079529 seconds and 4 git commands to generate.