[Lunar-commits] <moonbase> graphviz: added --disable-perl to OPTS

Duncan Gibson engelsman at lunar-linux.org
Tue May 12 21:47:30 CEST 2009


commit dfb500ce92da2ec542ffa5f91e9a79411de19040
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date:   Tue May 12 21:47:30 2009 +0200

    graphviz: added --disable-perl to OPTS
    
    to avoid the repeated graphviz rebuild after the lunar fix warning:
    /usr/lib/graphviz/perl/libgv_perl.so.0.0.0 of graphviz is broken.
        libperl.so => not found
---
 graphics/graphviz/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/graphics/graphviz/BUILD b/graphics/graphviz/BUILD
index ca1da4f..5b93a37 100644
--- a/graphics/graphviz/BUILD
+++ b/graphics/graphviz/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS="--with-libgd --with-fontconfig"
+  OPTS="--disable-perl --with-libgd --with-fontconfig"
 
   default_build 
 


More information about the Lunar-commits mailing list