summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/patches/patch-aj')
-rw-r--r--graphics/graphviz/patches/patch-aj16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/graphviz/patches/patch-aj b/graphics/graphviz/patches/patch-aj
index d1feeb971c8..2a1ddb2eb52 100644
--- a/graphics/graphviz/patches/patch-aj
+++ b/graphics/graphviz/patches/patch-aj
@@ -1,20 +1,20 @@
-$NetBSD: patch-aj,v 1.10 2009/02/26 19:45:14 sno Exp $
+$NetBSD: patch-aj,v 1.11 2009/05/17 12:55:52 sno Exp $
---- plugin/gd/Makefile.am.orig 2008-12-01 12:39:07.000000000 +0100
-+++ plugin/gd/Makefile.am 2008-12-01 12:40:44.000000000 +0100
-@@ -33,6 +33,7 @@
+--- plugin/gd/Makefile.am.orig 2009-03-01 16:57:51.000000000 +0000
++++ plugin/gd/Makefile.am 2009-04-25 18:09:16.000000000 +0000
+@@ -39,6 +39,7 @@
$(top_builddir)/lib/gd/libgvgd_C.la \
$(top_builddir)/lib/gvc/libgvc.la \
- $(top_builddir)/lib/graph/libgraph.la \
+ $(top_builddir)/lib/$(GRAPH)/lib$(GRAPH).la \
+ $(top_builddir)/lib/pathplan/libpathplan.la \
$(top_builddir)/lib/cdt/libcdt.la \
@ICONV_LIBS@ @FONTCONFIG_LIBS@ @FREETYPE2_LIBS@ @JPEG_LIBS@ @PNG_LIBS@ @EXPAT_LIBS@ @Z_LIBS@ @MATH_LIBS@
AM_CPPFLAGS += -DNONDLL
-@@ -40,6 +41,7 @@
+@@ -46,6 +47,7 @@
libgvplugin_gd_la_LIBADD = \
$(top_builddir)/lib/gvc/libgvc.la \
- $(top_builddir)/lib/graph/libgraph.la \
+ $(top_builddir)/lib/$(GRAPH)/lib$(GRAPH).la \
+ $(top_builddir)/lib/pathplan/libpathplan.la \
$(top_builddir)/lib/cdt/libcdt.la @GD_LIBS@ @MATH_LIBS@
endif
-
+ libgvplugin_gd_la_DEPENDENCIES = $(top_builddir)/lib/gvc/libgvc.la