]> git.pld-linux.org Git - packages/graphviz.git/commitdiff
Fix incompatibilities with latest automake
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 8 Aug 2012 09:12:48 +0000 (11:12 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 8 Aug 2012 09:12:48 +0000 (11:12 +0200)
graphviz-am.patch [new file with mode: 0644]
graphviz.spec

diff --git a/graphviz-am.patch b/graphviz-am.patch
new file mode 100644 (file)
index 0000000..e0349ee
--- /dev/null
@@ -0,0 +1,31 @@
+--- graphviz-2.28.0/plugin/ming/Makefile.am    2009-06-03 03:10:57.000000000 +0200
++++ graphviz/plugin/ming/Makefile.am   2012-08-08 11:06:32.155715237 +0200
+@@ -1,6 +1,8 @@
+ # $Id: Makefile.am,v 1.16 2009/06/03 01:10:57 ellson Exp $ $Revision: 1.16 $
+ ## Process this file with automake to produce Makefile.in
++pkgfontdir = ${pkgdatadir}/font
++
+ AM_CPPFLAGS = \
+       -I$(top_srcdir) \
+       -I$(top_srcdir)/lib/common \
+@@ -17,7 +19,7 @@
+ else
+ pkglib_LTLIBRARIES = libgvplugin_ming.la
+ endif
+-pkglib_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
++pkgfont_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
+ endif
+ libgvplugin_ming_C_la_SOURCES = \
+--- graphviz-2.28.0/tclpkg/gv/Makefile.am      2011-03-28 20:15:56.000000000 +0200
++++ graphviz/tclpkg/gv/Makefile.am     2012-08-08 11:06:32.805715217 +0200
+@@ -253,7 +259,7 @@
+ gv_tcl.cpp: gv.i
+       $(SWIG) -c++ -tcl -namespace -o gv_tcl.cpp $(srcdir)/gv.i
+-pkginclude_DATA = gv.i gv.cpp
++pkginclude_HEADERS = gv.i gv.cpp
+ pkglib_LTLIBRARIES = 
+ man_MANS =
+ pdf_DATA = 
index d01650e5edbc40a4a164c26f8a8228902d897502..f5cf1cac4c2766316958889dc3ad3442318241ac 100644 (file)
@@ -51,6 +51,7 @@ Patch5:               %{name}-lua51.patch
 Patch6:                %{name}-php_modules_dir.patch
 Patch7:                %{name}-ruby.patch
 Patch8:                %{name}-guile.patch
+Patch9:                %{name}-am.patch
 URL:           http://www.graphviz.org/
 %{?with_devil:BuildRequires:   DevIL-devel}
 %{?with_r:BuildRequires:       R}
@@ -326,6 +327,7 @@ graphviz bindings for R language.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %{__sed} '1s@/usr/bin/lua$@/usr/bin/lua51@' -i tclpkg/gv/demo/modgraph.lua
 
This page took 0.203204 seconds and 4 git commands to generate.