7424964de5
file can't be opened for write. Fix guile option. Bump revision.
14 lines
565 B
Text
14 lines
565 B
Text
$NetBSD: patch-aq,v 1.10 2008/03/11 15:46:57 joerg Exp $
|
|
|
|
--- tclpkg/tcldot/Makefile.am.orig 2008-03-11 15:59:16.000000000 +0100
|
|
+++ tclpkg/tcldot/Makefile.am
|
|
@@ -75,7 +75,8 @@ libtcldot_builtin_la_LIBADD = \
|
|
$(top_builddir)/lib/gvc/libgvc_C.la \
|
|
$(top_builddir)/lib/graph/libgraph_C.la \
|
|
$(top_builddir)/lib/cdt/libcdt_C.la \
|
|
- $(top_builddir)/lib/pathplan/libpathplan_C.la
|
|
+ $(top_builddir)/lib/pathplan/libpathplan_C.la \
|
|
+ -ltcl84
|
|
|
|
if WITH_PANGOCAIRO
|
|
libtcldot_builtin_la_LIBADD += $(top_builddir)/plugin/pango/libgvplugin_pango_C.la @PANGOCAIRO_LIBS@
|