diff options
author | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-04-16 22:10:15 +0000 |
---|---|---|
committer | Jeffrey Hsu <hsu@FreeBSD.org> | 1995-04-16 22:10:15 +0000 |
commit | a4c44d5b3a97704dbf3e91f1930bcf6c61645dc5 (patch) | |
tree | 41aa1bf9cce83accb7795a459846c4bfee5fd123 /lang/gcl/files/patch-ac | |
parent | Upgrade to gcl 2.0. (diff) |
Upgrade to gcl 2.0.
Notes
Notes:
svn path=/head/; revision=1409
Diffstat (limited to 'lang/gcl/files/patch-ac')
-rw-r--r-- | lang/gcl/files/patch-ac | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lang/gcl/files/patch-ac b/lang/gcl/files/patch-ac index e1eb307b7028..21121b8ee72f 100644 --- a/lang/gcl/files/patch-ac +++ b/lang/gcl/files/patch-ac @@ -1,19 +1,19 @@ -*** lsp/makefile.0 Wed Feb 15 20:41:21 1995 ---- lsp/makefile Wed Feb 15 23:36:39 1995 +*** lsp/makefile.0 Mon Apr 10 03:14:50 1995 +--- lsp/makefile Mon Apr 10 23:31:48 1995 *************** -*** 12,18 **** +*** 15,21 **** - - COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -no-o -compile -! CFLAGS = -c -O -I../h + COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \ + -o-file nil -h-file -compile +! CFLAGS = -c -O -I../h .lsp.c: @ ../xbin/if-exists $(PORTDIR)/saved_gcl \ ---- 12,18 ---- - +--- 15,21 ---- - COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -no-o -compile -! CFLAGS = -c -I../h + COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \ + -o-file nil -h-file -compile +! CFLAGS = -c -I../h .lsp.c: @ ../xbin/if-exists $(PORTDIR)/saved_gcl \ |