diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-13 00:29:20 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-13 00:29:20 +0000 |
commit | 3007682f5b4c77cfe5e9dc541eea8e8e9d01479a (patch) | |
tree | 090412ee2967e59dfd07c9e6e786767ea50eaa88 /math/abacus/patches/patch-ac | |
parent | 7206b1804423e85a46b42c0555c43bbfd8cfbd12 (diff) | |
download | pkgsrc-3007682f5b4c77cfe5e9dc541eea8e8e9d01479a.tar.gz |
Initial addition of abacus-0.9.13, a Spread sheet for X Window System.
Provided in pr 6568 by Rene Hexel with some bugfixes and refining by me.
Diffstat (limited to 'math/abacus/patches/patch-ac')
-rw-r--r-- | math/abacus/patches/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/abacus/patches/patch-ac b/math/abacus/patches/patch-ac new file mode 100644 index 00000000000..f2e0b772d61 --- /dev/null +++ b/math/abacus/patches/patch-ac @@ -0,0 +1,17 @@ +$NetBSD: patch-ac,v 1.1.1.1 1998/12/13 00:29:20 frueauf Exp $ + +--- calc/Makefile.orig Sat Dec 12 23:35:13 1998 ++++ calc/Makefile Sat Dec 12 23:40:16 1998 +@@ -36,10 +36,10 @@ + $(LEX) -oscan.c -i scan.l + + gram.o: gram.cc +- $(CCC) $(IFLAGS) -g gram.cc -o gram.o -c ++ ${CCC} ${CCFLAGS} ${IFLAGS} -g gram.cc -o gram.o -c + + gram.cc: gram.y scan.c +- $(YACC) -d gram.y ++ $(YACC) -b gram -d gram.y + mv gram.tab.c gram.cc + mv gram.tab.h gram.h + |