diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-05 17:46:23 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-05 17:46:23 +0000 |
commit | af8dd90d98e7af2698ea8cb57095049233bb8ab0 (patch) | |
tree | 198c07c7ec632182313f47d81e0189280482f181 /math/abacus | |
parent | 48340f9e1e62a23448de772cc6990586c2f0084b (diff) | |
download | pkgsrc-af8dd90d98e7af2698ea8cb57095049233bb8ab0.tar.gz |
One more (small) round of work on this, though it still doesn't work.
Diffstat (limited to 'math/abacus')
-rw-r--r-- | math/abacus/files/patch-sum | 4 | ||||
-rw-r--r-- | math/abacus/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/abacus/files/patch-sum b/math/abacus/files/patch-sum index 93cd11553a7..c42d7b8fae0 100644 --- a/math/abacus/files/patch-sum +++ b/math/abacus/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.3 2000/09/03 23:08:33 wiz Exp $ +$NetBSD: patch-sum,v 1.4 2000/09/05 17:46:23 jwise Exp $ -MD5 (patch-aa) = 7fda9921599a03fbf297bd62acd110a9 +MD5 (patch-aa) = 31ad04cdf2f30781e070baf15bc42bfa MD5 (patch-ab) = a8af0611540aa7f0c7f0fa91dd210e9c MD5 (patch-ac) = 2b7af933016e5e77c6b0a1ebdf61e291 MD5 (patch-ad) = a0e68dfe53360fe387a2363bd1b3f157 diff --git a/math/abacus/patches/patch-aa b/math/abacus/patches/patch-aa index 4faded8d9db..bc9211bd048 100644 --- a/math/abacus/patches/patch-aa +++ b/math/abacus/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 1998/12/13 00:29:20 frueauf Exp $ +$NetBSD: patch-aa,v 1.2 2000/09/05 17:46:25 jwise Exp $ --- Makefile.orig Sat Dec 12 14:34:20 1998 +++ Makefile Sat Dec 12 14:37:14 1998 @@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1998/12/13 00:29:20 frueauf Exp $ TARDIRS = $(DIRS) RCS regressive doc canvas-tcl8.0.0 canvas-tcl8.0.3 TARFILES = Makefile $(TARDIRS) VERSIONS awk_file abacus doc INSTALL COPYING \ Makefile.options -+CCFLAGS= ${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 ++CCFLAGS= ${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl -I${LOCALBASE}/include/tk all: $(TARGET) |