freebsd-ports/textproc/glimpse/files/patch-af
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
317 B
Plaintext

--- libtemplate/util/Makefile.in~ Thu Apr 8 23:14:47 1999
+++ libtemplate/util/Makefile.in Thu Apr 8 23:15:06 1999
@@ -19,7 +19,7 @@
RANLIB = @RANLIB@
INCLUDE = -I$(srcdir)/../include
-CFLAGS = -O
+CFLAGS = -O @CFLAGS@
ALL_CFLAGS = $(CFLAGS) $(DEBUG) $(INCLUDE)
.c.o: