diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:38:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:38:32 +0000 |
commit | 3a839f493219b1b11927918d4a1ea61f0f3796fd (patch) | |
tree | 8329ef9aa682ae88ad575ce57dda2364e78170f1 /lang/forth/files/patch-ae | |
parent | Update to version 0.2.1. (diff) |
Update to version 0.29.1.
PR: 19677
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=30338
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@ |