1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/textproc/glimpse/files/patch-ag
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/template/Makefile.in~ Thu Apr 8 23:16:06 1999
+++ libtemplate/template/Makefile.in Thu Apr 8 23:16:17 1999
@@ -24,7 +24,7 @@
DEBUG = $(DEBUG_TOP) #-O #-g #-DDEBUG
DEBUG_LIBS =
-CFLAGS = -O
+CFLAGS = -O @CFLAGS@
INCLUDE = -I$(srcdir)/../include
ALL_CFLAGS = $(CFLAGS) $(DEBUG) $(INCLUDE)