[csw-devel] SF.net SVN: gar:[14628] csw/mgar/pkg/graphviz/trunk

ellson at users.sourceforge.net ellson at users.sourceforge.net
Fri May 20 16:26:39 CEST 2011


Revision: 14628
          http://gar.svn.sourceforge.net/gar/?rev=14628&view=rev
Author:   ellson
Date:     2011-05-20 14:26:39 +0000 (Fri, 20 May 2011)

Log Message:
-----------
patch for miissing log2()

Modified Paths:
--------------
    csw/mgar/pkg/graphviz/trunk/Makefile
    csw/mgar/pkg/graphviz/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/graphviz/trunk/files/trapezoid.c.patch

Modified: csw/mgar/pkg/graphviz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/graphviz/trunk/Makefile	2011-05-20 12:11:15 UTC (rev 14627)
+++ csw/mgar/pkg/graphviz/trunk/Makefile	2011-05-20 14:26:39 UTC (rev 14628)
@@ -16,6 +16,7 @@
 
 PATCHFILES += configure.patch
 PATCHFILES += Makefile.am.patch
+PATCHFILES += trapezoid.c.patch
 
 PACKAGES = CSWgraphviz \
 	CSWgraphvizdevel \

Modified: csw/mgar/pkg/graphviz/trunk/checksums
===================================================================
--- csw/mgar/pkg/graphviz/trunk/checksums	2011-05-20 12:11:15 UTC (rev 14627)
+++ csw/mgar/pkg/graphviz/trunk/checksums	2011-05-20 14:26:39 UTC (rev 14628)
@@ -5,4 +5,5 @@
 b66d09e11339fc981ab7c62518b3f92e  CSWgraphvizgd.postuninstall
 bb58d5086e1aaa2519a7184b9ef1748f  configure.patch
 85ebea4df5ba1af93d04f52dbf7b94b6  Makefile.am.patch
+5ced04f48ec6c223d6a6e51c2f6219d0  trapezoid.c.patch
 8d26c1171f30ca3b1dc1b429f7937e58  graphviz-2.28.0.tar.gz

Added: csw/mgar/pkg/graphviz/trunk/files/trapezoid.c.patch
===================================================================
--- csw/mgar/pkg/graphviz/trunk/files/trapezoid.c.patch	                        (rev 0)
+++ csw/mgar/pkg/graphviz/trunk/files/trapezoid.c.patch	2011-05-20 14:26:39 UTC (rev 14628)
@@ -0,0 +1,13 @@
+--- graphviz2/lib/ortho/trapezoid.c.orig	2011-05-20 10:21:30.053193399 -0400
++++ graphviz2/lib/ortho/trapezoid.c	2011-05-20 10:15:18.261136653 -0400
+@@ -28,6 +28,10 @@
+ 
+ #ifdef WIN32
+ #define log2(x)  (log(x)/log(2))
++#else
++#ifndef HAVE_LOG2
++#define log2(x)  (log(x)/log(2))
++#endif
+ #endif
+ 
+ /* Node types */


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list