]> git.pld-linux.org Git - packages/graphviz.git/blob - graphviz-am.patch
Fix incompatibilities with latest automake
[packages/graphviz.git] / graphviz-am.patch
1 --- graphviz-2.28.0/plugin/ming/Makefile.am     2009-06-03 03:10:57.000000000 +0200
2 +++ graphviz/plugin/ming/Makefile.am    2012-08-08 11:06:32.155715237 +0200
3 @@ -1,6 +1,8 @@
4  # $Id: Makefile.am,v 1.16 2009/06/03 01:10:57 ellson Exp $ $Revision: 1.16 $
5  ## Process this file with automake to produce Makefile.in
6  
7 +pkgfontdir = ${pkgdatadir}/font
8 +
9  AM_CPPFLAGS = \
10         -I$(top_srcdir) \
11         -I$(top_srcdir)/lib/common \
12 @@ -17,7 +19,7 @@
13  else
14  pkglib_LTLIBRARIES = libgvplugin_ming.la
15  endif
16 -pkglib_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
17 +pkgfont_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
18  endif
19  
20  libgvplugin_ming_C_la_SOURCES = \
21 --- graphviz-2.28.0/tclpkg/gv/Makefile.am       2011-03-28 20:15:56.000000000 +0200
22 +++ graphviz/tclpkg/gv/Makefile.am      2012-08-08 11:06:32.805715217 +0200
23 @@ -253,7 +259,7 @@
24  gv_tcl.cpp: gv.i
25         $(SWIG) -c++ -tcl -namespace -o gv_tcl.cpp $(srcdir)/gv.i
26  
27 -pkginclude_DATA = gv.i gv.cpp
28 +pkginclude_HEADERS = gv.i gv.cpp
29  pkglib_LTLIBRARIES = 
30  man_MANS =
31  pdf_DATA = 
This page took 0.048631 seconds and 3 git commands to generate.