diff options
Diffstat (limited to 'math/abacus/patches/patch-ad')
-rw-r--r-- | math/abacus/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/abacus/patches/patch-ad b/math/abacus/patches/patch-ad new file mode 100644 index 00000000000..e56cbd9c24c --- /dev/null +++ b/math/abacus/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 1998/12/13 00:29:20 frueauf Exp $ + +--- tcl_interf/Makefile.orig Sat Dec 12 14:29:00 1998 ++++ tcl_interf/Makefile Sat Dec 12 14:29:00 1998 +@@ -14,7 +14,7 @@ + OTHERSOURCES = + SOURCES = $(CSOURCES) $(OTHERSOURCES) + XXL_LIBS = $(LIBDIR)/libcalc.a $(LIBDIR)/libio.a $(LIBDIR)/libcanvas.a +-LIBS = -ltk8.0 -ltcl8.0 -lX11 -ldl -lm ++LIBS = -ltk80 -ltcl80 -lX11 -lm + + include ../Makefile.options + |