diff options
Diffstat (limited to 'lang/forth/files/patch-ae')
-rw-r--r-- | lang/forth/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/forth/files/patch-ae b/lang/forth/files/patch-ae new file mode 100644 index 000000000000..ace2d817e261 --- /dev/null +++ b/lang/forth/files/patch-ae @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Apr 28 02:54:55 2000 ++++ Makefile.in Sat Apr 29 05:48:14 2000 +@@ -61,7 +61,7 @@ + MV = @MV@ + NM = @NM@ + OBJDUMP = @OBJDUMP@ +-OPTIM = @OPTIM@ ++OPTIM = @CFLAGS@ + RANLIB = @RANLIB@ + RM = @RM@ + TERMLIB = @TERMLIB@ |