pkgsrc/graphics/graphviz/patches/patch-af
joerg 7424964de5 Fix dynamic linkage (again). Fix a segmentation fault when the config
file can't be opened for write. Fix guile option.

Bump revision.
2008-03-11 15:46:57 +00:00

13 lines
498 B
Text

$NetBSD: patch-af,v 1.11 2008/03/11 15:46:57 joerg Exp $
--- lib/gvc/Makefile.am.orig 2008-03-11 04:40:27.000000000 +0100
+++ lib/gvc/Makefile.am
@@ -40,7 +40,7 @@ libgvc_la_LIBADD = $(libgvc_C_la_LIBADD)
$(top_builddir)/lib/cdt/libcdt.la \
$(top_builddir)/lib/graph/libgraph.la \
$(top_builddir)/lib/pathplan/libpathplan.la \
- @EXPAT_LIBS@ @Z_LIBS@
+ @EXPAT_LIBS@ @Z_LIBS@ -lm
#For use without plugins.
# so it needs to be linked with a preset table of builtins, e.g. dot_builtins.c,