From b45bef6fcd46d930be788911865eeb9ae7f94d81 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 7 Feb 2000 07:01:11 +0000 Subject: Respect CFLAGS --- net/trafshow/files/patch-af | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'net/trafshow/files/patch-af') diff --git a/net/trafshow/files/patch-af b/net/trafshow/files/patch-af index b0c731e14f00..01fbad9e17b8 100644 --- a/net/trafshow/files/patch-af +++ b/net/trafshow/files/patch-af @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon Aug 24 00:54:16 1998 -+++ Makefile.in Mon Jan 24 11:00:31 2000 -@@ -29,7 +29,7 @@ +--- Makefile.in.orig Sun Aug 23 21:54:16 1998 ++++ Makefile.in Sun Feb 6 22:12:03 2000 +@@ -29,10 +29,11 @@ PROG = trafshow CC = @CC@ CCOPT = @V_CCOPT@ @@ -8,4 +8,9 @@ +INCLS = -I. -I/usr/local/include @V_INCLS@ DEFS = @DEFS@ - CFLAGS = $(CCOPT) $(DEFS) $(INCLS) +-CFLAGS = $(CCOPT) $(DEFS) $(INCLS) ++CFLAGS ?= -O2 ++CFLAGS += $(DEFS) $(INCLS) + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ + -- cgit v1.2.3