pkgsrc/lang/intercal/patches/patch-aa
drochner e37a995282 update to 0.29
changes:
-added regression-test suite
-two new compiler error messages, E990 and E994
-floating-point library is now automatically included if a program NEXTs
 to labels in the range 5000-5999
-misc fixes
2010-11-30 20:13:29 +00:00

13 lines
608 B
Text

$NetBSD: patch-aa,v 1.4 2010/11/30 20:13:30 drochner Exp $
--- buildaux/Makefile.in.orig 2010-11-29 21:46:43.000000000 +0000
+++ buildaux/Makefile.in
@@ -286,7 +286,7 @@ ickdatadir = $(datadir)/$(ICK_SPECIFIC_S
AM_CFLAGS = -DICKINCLUDEDIR=\"$(ickincludedir)\" \
-DICKDATADIR=\"$(ickdatadir)\" \
-DICKBINDIR=\"$(bindir)\" -DICKLIBDIR=\"$(libdir)\" \
- -DYYDEBUG -DICK_HAVE_STDINT_H=@HAVE_STDINT_H@
+ -DYYDEBUG -DICK_HAVE_STDINT_H=@HAVE_STDINT_H@ -D_POSIX_SOURCE -DUSG
AM_CPPFLAGS = -I$(srcdir)/src
ick_SOURCES = src/feh2.c src/dekludge.c src/ick_lose.c \