[jhbuild] deps: switch graphviz to ./configure



commit 6ce33f52acfc1ff87c3a83062ccdd13b68fc54d3
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Nov 28 11:17:00 2012 -0500

    deps: switch graphviz to ./configure
    
    graphviz and newer version of automake don't get along very well:
    
        plugin/ming/Makefile.am:20: `pkglibdir' is not a legitimate directory for `DATA'
        tclpkg/gv/Makefile.am:260: `pkgincludedir' is not a legitimate directory for `DATA'
        autoreconf: automake failed with exit status: 1
    
    We can avoid the whole problem if we don't re-run autogen but just use
    the ./configure that already exists in the tarball..
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689228

 modulesets/gnome-suites-core-deps-3.8.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.8.modules b/modulesets/gnome-suites-core-deps-3.8.modules
index ca62875..f75a02e 100644
--- a/modulesets/gnome-suites-core-deps-3.8.modules
+++ b/modulesets/gnome-suites-core-deps-3.8.modules
@@ -978,7 +978,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="graphviz">
+  <autotools id="graphviz" autogen-sh="configure">
     <pkg-config>libgvc.pc</pkg-config>
     <branch repo="graphviz.org"
             module="graphviz/stable/SOURCES/graphviz-2.28.0.tar.gz" version="2.28.0"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]