diff options
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 \ |