SOURCES: graphviz-bad-header.patch (NEW) - post-install patch for ...

baggins baggins at pld-linux.org
Mon Sep 17 18:23:47 CEST 2007


Author: baggins                      Date: Mon Sep 17 16:23:47 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- post-install patch for stupid ifdef

---- Files affected:
SOURCES:
   graphviz-bad-header.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/graphviz-bad-header.patch
diff -u /dev/null SOURCES/graphviz-bad-header.patch:1.1
--- /dev/null	Mon Sep 17 18:23:47 2007
+++ SOURCES/graphviz-bad-header.patch	Mon Sep 17 18:23:42 2007
@@ -0,0 +1,20 @@
+--- graphviz-2.14.1-root-baggins/usr/include/graphviz/geom.h.orig	2006-12-07 23:49:35.000000000 +0100
++++ graphviz-2.14.1-root-baggins/usr/include/graphviz/geom.h	2007-09-17 18:21:46.689653136 +0200
+@@ -20,7 +20,7 @@
+ #ifndef GV_GEOM_H
+ #define GV_GEOM_H
+ 
+-#ifdef HAVE_CONFIG_H
++#if 0
+ #include "arith.h"
+ #endif
+ 
+@@ -39,7 +39,7 @@
+ 
+ typedef struct { pointf LL, UR; } boxf;
+ 
+-#ifdef HAVE_CONFIG_H
++#if 0
+ /* 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 */
================================================================


More information about the pld-cvs-commit mailing list