$NetBSD: patch-ar,v 1.4 2004/04/17 16:56:10 seb Exp $

--- tkspline/Makefile.am.orig	2003-11-08 11:38:11.000000000 +0000
+++ tkspline/Makefile.am
@@ -20,8 +20,8 @@ endif
 libtkspline_la_SOURCES = tkspline.c
 
 libtkspline_la_LIBADD = \
-	$(top_builddir)/tkstubs/libtkstubs.la \
-	$(top_builddir)/tclstubs/libtclstubs.la 
+	${TK_STUB_LIB_SPEC} \
+	${TCL_STUB_LIB_SPEC}
 
 all-local: pkgIndex.tcl
 
