blob: c53e14348f9aa1130ab56e56d376928d9db68578 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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,
|