From 3a825b8044e97b72b8293fdafe2da7df5155e024 Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 9 Mar 2006 17:04:58 +0000 Subject: Link libgvplugin_usershape_gd against all the libraries it depends on to avoid undefined symbols on Darwin. This closes PR pkg/32753. --- graphics/graphviz/distinfo | 3 ++- graphics/graphviz/patches/patch-ae | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 graphics/graphviz/patches/patch-ae (limited to 'graphics') diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index 0641d7af60a..b879048001f 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2006/02/15 02:53:29 minskim Exp $ +$NetBSD: distinfo,v 1.19 2006/03/09 17:04:58 minskim Exp $ SHA1 (graphviz-2.6.tar.gz) = 062897f364c905f33852caff93899df97c817def RMD160 (graphviz-2.6.tar.gz) = 555c6c635b5271b09ffb7ee142192a1b4ec07919 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = 814d6b54de2b39a97326d35af15a5155c37cc271 SHA1 (patch-ab) = 66ad49b481d774bedad0efda65ae2f112b06062a SHA1 (patch-ac) = adbaa1f265d5a1781574e5c6aad3d35709c3a853 SHA1 (patch-ad) = d14bfef61caec543812b9d5ea8d2c331bf350af8 +SHA1 (patch-ae) = 635f583ec7cc83fe8bfef5889876cf14aeb36bf0 diff --git a/graphics/graphviz/patches/patch-ae b/graphics/graphviz/patches/patch-ae new file mode 100644 index 00000000000..5a08b872701 --- /dev/null +++ b/graphics/graphviz/patches/patch-ae @@ -0,0 +1,28 @@ +$NetBSD: patch-ae,v 1.10 2006/03/09 17:04:58 minskim Exp $ + +--- lib/plugin/Makefile.in.orig 2005-08-28 06:11:26.000000000 -0700 ++++ lib/plugin/Makefile.in +@@ -78,7 +78,10 @@ am_libgvplugin_neato_layout_la_OBJECTS = + gvlayout_neato_layout.lo + libgvplugin_neato_layout_la_OBJECTS = \ + $(am_libgvplugin_neato_layout_la_OBJECTS) +-libgvplugin_usershape_gd_la_DEPENDENCIES = ++libgvplugin_usershape_gd_la_DEPENDENCIES = \ ++ $(top_builddir)/lib/cdt/libcdt.la \ ++ $(top_builddir)/lib/graph/libgraph.la \ ++ $(top_builddir)/lib/gvc/libgvc_builtins.la + am_libgvplugin_usershape_gd_la_OBJECTS = gvplugin_usershape_gd.lo \ + gvusershape_gd.lo + libgvplugin_usershape_gd_la_OBJECTS = \ +@@ -399,7 +402,10 @@ libgvplugin_usershape_gd_la_SOURCES = \ + gvplugin_usershape_gd.c \ + gvusershape_gd.c + +-libgvplugin_usershape_gd_la_LIBADD = @GD_LIBS@ ++libgvplugin_usershape_gd_la_LIBADD = @GD_LIBS@ \ ++ $(top_builddir)/lib/cdt/libcdt.la \ ++ $(top_builddir)/lib/graph/libgraph.la \ ++ $(top_builddir)/lib/gvc/libgvc_builtins.la + EXTRA_DIST = Makefile.old + all: all-am + -- cgit v1.2.3