blob: 6c737931a7c2e35eb275e6318d99e60bf2349ac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.2 2002/08/28 13:49:37 seb Exp $
--- tcldot/Makefile.am.orig Fri Aug 2 22:54:46 2002
+++ tcldot/Makefile.am
@@ -36,7 +36,7 @@ libtcldot_la_LIBADD = \
../cdt/libcdtconvenience.la \
../gd/libgdconvenience.la \
../gdtclft/gdtclft.lo \
- ../tclstubs/libtclstubs.la
+ ${TCL_STUB_LIB_SPEC}
all-local: pkgIndex.tcl
|