summaryrefslogtreecommitdiff
path: root/lang/dylan/files/patch-ab
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1998-07-12 21:58:13 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1998-07-12 21:58:13 +0000
commitc90b59a68e33d271b970cb3db3b32b0dacfed3fa (patch)
tree6a3da5cd8987f7101474f4d6e92cb33004ce4b99 /lang/dylan/files/patch-ab
parentUpdate socks to v1.0r5 (diff)
CMU Gwydion project interpreter and compiler for the Dylan language.
Submitted by: Peter S. Housel <housel@acm.org>
Notes
Notes: svn path=/head/; revision=11849
Diffstat (limited to 'lang/dylan/files/patch-ab')
-rw-r--r--lang/dylan/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/dylan/files/patch-ab b/lang/dylan/files/patch-ab
new file mode 100644
index 000000000000..7b720d86e401
--- /dev/null
+++ b/lang/dylan/files/patch-ab
@@ -0,0 +1,11 @@
+--- mindy/comp/Makefile.in.orig Fri May 9 20:45:36 1997
++++ mindy/comp/Makefile.in Sun Jul 12 00:32:35 1998
+@@ -147,7 +147,7 @@
+
+ lexer-tab.o: ${SRCDIR}/lexer-tab.c ${SRCDIR}/lexer.h ${SRCDIR}/src.h \
+ ${SRCDIR}/parser-tab.h
+- ${CC} -c ${CFLAGS} ${SRCDIR}/lexer-tab.c
++ ${CC} -c -D_ANSI_SOURCE ${CFLAGS} ${SRCDIR}/lexer-tab.c
+
+ literal.o: ${SRCDIR}/literal.c ${SRCDIR}/../compat/std-c.h ${SRCDIR}/mindycomp.h \
+ ${SRCDIR}/literal.h ${SRCDIR}/lose.h