summaryrefslogtreecommitdiff
path: root/net/trafshow4
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-07 07:01:11 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-07 07:01:11 +0000
commitb45bef6fcd46d930be788911865eeb9ae7f94d81 (patch)
treee3f86a129429299b096e9d5db242b9d405e929ce /net/trafshow4
parenttypo in "Version required". (diff)
Respect CFLAGS
Notes
Notes: svn path=/head/; revision=25547
Diffstat (limited to 'net/trafshow4')
-rw-r--r--net/trafshow4/files/patch-af13
1 files changed, 9 insertions, 4 deletions
diff --git a/net/trafshow4/files/patch-af b/net/trafshow4/files/patch-af
index b0c731e14f00..01fbad9e17b8 100644
--- a/net/trafshow4/files/patch-af
+++ b/net/trafshow4/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@
+