1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/dylan/files/patch-ab
Jeffrey Hsu c90b59a68e CMU Gwydion project interpreter and compiler for the Dylan language.
Submitted by:	Peter S. Housel <housel@acm.org>
1998-07-12 21:58:13 +00:00

12 lines
484 B
Plaintext

--- 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