blob: 044e1d9e879f53a0b888c33e8988645813a777f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.2 2002/08/28 13:49:37 seb Exp $
--- tcldgl/Makefile.am.orig Thu Aug 1 17:43:30 2002
+++ tcldgl/Makefile.am
@@ -32,7 +32,7 @@ libtcldgl_la_LIBADD = \
../agutil/libagutil.la \
../shape/libshape.la \
../ns/libns.la \
- ../tclstubs/libtclstubs.la
+ ${TCL_STUB_LIB_SPEC}
all-local: pkgIndex.tcl
|