components/graphviz/patches/build.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 457 aa27b836c528
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

--- graphviz-2.28.0/lib/sfdpgen/post_process.c	Mon Feb 28 08:19:43 2011
+++ graphviz-2.28.0/lib/sfdpgen/post_process.c	Fri May 27 15:38:55 2011
@@ -412,7 +412,7 @@
 
 
 void SparseStressMajorizationSmoother_delete(SparseStressMajorizationSmoother sm){
-  return StressMajorizationSmoother_delete(sm);
+  StressMajorizationSmoother_delete(sm);
 }