Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > f44a8a9a21252544b9910fe316ce800c > files > 4

graphviz-2.20.3-9mdv2009.0.src.rpm

--- plugin/gd/Makefile.am.linkage	2008-05-21 16:37:40.000000000 -0400
+++ plugin/gd/Makefile.am	2008-12-24 21:02:57.000000000 -0500
@@ -34,12 +34,14 @@
 	$(top_builddir)/lib/gvc/libgvc.la \
 	$(top_builddir)/lib/graph/libgraph.la \
 	$(top_builddir)/lib/cdt/libcdt.la \
+	$(top_builddir)/lib/pathplan/libpathplan.la \
 	@ICONV_LIBS@ @FONTCONFIG_LIBS@ @FREETYPE2_LIBS@ @JPEG_LIBS@ @PNG_LIBS@ @EXPAT_LIBS@ @Z_LIBS@ @MATH_LIBS@
 AM_CPPFLAGS += -DNONDLL
 else
 libgvplugin_gd_la_LIBADD = \
 	$(top_builddir)/lib/gvc/libgvc.la \
 	$(top_builddir)/lib/graph/libgraph.la \
+	$(top_builddir)/lib/pathplan/libpathplan.la \
 	$(top_builddir)/lib/cdt/libcdt.la @GD_LIBS@ @MATH_LIBS@
 endif
 
--- plugin/gtk/Makefile.am~	2008-12-24 21:03:49.000000000 -0500
+++ plugin/gtk/Makefile.am	2008-12-24 21:09:41.000000000 -0500
@@ -32,5 +32,5 @@
 libgvplugin_gtk_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@
 libgvplugin_gtk_la_SOURCES = $(libgvplugin_gtk_C_la_SOURCES)
-libgvplugin_gtk_la_LIBADD = $(GTK_LIBS)
+libgvplugin_gtk_la_LIBADD = $(GTK_LIBS) -lX11
 
 if WITH_WIN32
--- tclpkg/tcldot/Makefile.am~	2008-05-23 01:08:35.000000000 -0400
+++ tclpkg/tcldot/Makefile.am	2008-12-24 21:18:14.000000000 -0500
@@ -47,6 +47,10 @@
 
 libtcldot_la_LIBADD = $(top_builddir)/tclpkg/tclhandle/libtclhandle_C.la \
 	$(top_builddir)/tclpkg/tclstubs/libtclstubs_C.la \
+	$(top_builddir)/lib/graph/libgraph.la \
+        $(top_builddir)/lib/agraph/libagraph.la \
+        $(top_builddir)/lib/cdt/libcdt.la \
+        $(top_builddir)/lib/cgraph/libcgraph.la \
 	$(top_builddir)/lib/gvc/libgvc.la 
 
 # GDTCLFT requires gd libs to be builtin
--- tclpkg/tclpathplan/Makefile.am~	2008-01-09 14:34:49.000000000 -0500
+++ tclpkg/tclpathplan/Makefile.am	2008-12-24 21:19:22.000000000 -0500
@@ -19,7 +19,7 @@
 
 libtclplan_la_SOURCES = find_ints.c intersect.c makecw.c tclpathplan.c wrapper.c
 libtclplan_la_LDFLAGS = -no-undefined
-libtclplan_la_LIBADD = \
+libtclplan_la_LIBADD = -lm \
 	$(top_builddir)/tclpkg/tclhandle/libtclhandle_C.la \
 	$(top_builddir)/tclpkg/tclstubs/libtclstubs_C.la \
 	$(top_builddir)/lib/pathplan/libpathplan.la