summaryrefslogtreecommitdiffstats
path: root/net/trafshow
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-07 07:01:11 +0000
committerkris <kris@FreeBSD.org>2000-02-07 07:01:11 +0000
commit970fa1982c2d87a2dff79bf5d8f485ca31e37df5 (patch)
tree7442eb94317a1d648037d3146cb675b628ae8b15 /net/trafshow
parentf206bd9ec45c596201863b3fe6b256d6081a6274 (diff)
downloadFreeBSD-ports-970fa1982c2d87a2dff79bf5d8f485ca31e37df5.zip
FreeBSD-ports-970fa1982c2d87a2dff79bf5d8f485ca31e37df5.tar.gz
Respect CFLAGS
Diffstat (limited to 'net/trafshow')
-rw-r--r--net/trafshow/files/patch-af13
1 files changed, 9 insertions, 4 deletions
diff --git a/net/trafshow/files/patch-af b/net/trafshow/files/patch-af
index b0c731e..01fbad9e 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@
+
OpenPOWER on IntegriCloud