blob: 6cec1e7ad3b7d07dbf60781d304b5f4182fbe16b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.5 2004/04/17 16:56:10 seb Exp $
--- gdtclft/Makefile.am.orig 2004-02-27 13:01:47.000000000 +0000
+++ gdtclft/Makefile.am
@@ -22,7 +22,7 @@ libgdtclft_la_SOURCES = gdtclft.c
libgdtclft_la_LIBADD = \
$(top_builddir)/tclhandle/libtclhandle.la \
$(top_builddir)/gd/libgdconvenience.la \
- $(top_builddir)/tclstubs/libtclstubs.la
+ ${TCL_STUB_LIB_SPEC}
all-local: pkgIndex.tcl
|