freebsd-ports/textproc/glimpse/files/patch-ah
Kris Kennaway f712914f86 Port was overriding -O? optimization in CFLAGS with -O.
Approved by:	chuckr (maintainer)
1999-04-09 15:37:52 +00:00

12 lines
298 B
Plaintext

--- compress/Makefile.in~ Thu Apr 8 23:18:20 1999
+++ compress/Makefile.in Thu Apr 8 23:18:29 1999
@@ -34,7 +34,7 @@
all: lib tbuild cast uncast test
-CFLAGS = @CFLAGS@ -O
+CFLAGS = -O @CFLAGS@
ALL_CFLAGS = $(CFLAGS) $(DEFS) -I$(INDEXSRC) -I$(AGREPSRC) -I$(TEMPLATESRC)/include
.c.o: