mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
416a84a608
override -O2 from preceding OFLAG.
20 lines
453 B
Plaintext
20 lines
453 B
Plaintext
*** lsp/makefile.0 Wed Feb 15 20:41:21 1995
|
|
--- lsp/makefile Wed Feb 15 23:36:39 1995
|
|
***************
|
|
*** 12,18 ****
|
|
|
|
|
|
COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -no-o -compile
|
|
! CFLAGS = -c -O -I../h
|
|
|
|
.lsp.c:
|
|
@ ../xbin/if-exists $(PORTDIR)/saved_gcl \
|
|
--- 12,18 ----
|
|
|
|
|
|
COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -no-o -compile
|
|
! CFLAGS = -c -I../h
|
|
|
|
.lsp.c:
|
|
@ ../xbin/if-exists $(PORTDIR)/saved_gcl \
|