[Lunar-commits] <moonbase-other> graphviz: There must be something wonky with their various scripts. There is

stumbles stumbles at lunar-linux.org
Sat Jun 8 19:06:24 CEST 2013


commit f409bba72f9d5c35fc61205e93ead5e68d448480
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 08 Jun 2013 10:01:37 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f409bba72f9d5c35fc61205e93ead5e68d448480

graphviz: There must be something wonky with their various scripts. There is

a configure switch (--without-cgraph) so tried that and ImageMagick will compile
without that Makefile sedit. Other graphviz dependent modules compile fine with this.

Even with this switch graphviz still twiddles about with things like; libcgraph.so.6.0.0T and
/usr/lib/libcgraph.so.6.0.0. It will still greate the .pc files related to cgraph. OK, whatever.
---
  graphics/graphviz/BUILD | +1/-4     
  1 file changed, 1 insertion(+), 4 deletions(-)

--- a/graphics/graphviz/BUILD
+++ b/graphics/graphviz/BUILD
@@ -1,4 +1,3 @@
-(
 
   # fix swig generation with current ocaml
   sedit "3364 s:\(^.*$\):\1; sed -i \"/int caml_array_length/ d\" gv_ocaml.cpp:" tclpkg/gv/Makefile.in &&
@@ -15,11 +14,9 @@
   LDFLAGS="$LDFLAGS -Wl,-rpath,${PERL_SO_PATH},-rpath,${R_SO_PATH}" &&
 # done
 
-  OPTS+=" --with-libgd --with-fontconfig" &&
+  OPTS+=" --with-libgd --with-fontconfig --without-cgraph" &&
 
   default_build &&
 
   # create the default config-files
   dot -c
-
-) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list