diff options
author | kris <kris@FreeBSD.org> | 2000-02-07 15:01:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-02-07 15:01:11 +0800 |
commit | 970fa1982c2d87a2dff79bf5d8f485ca31e37df5 (patch) | |
tree | 7442eb94317a1d648037d3146cb675b628ae8b15 /net/trafshow4 | |
parent | f206bd9ec45c596201863b3fe6b256d6081a6274 (diff) | |
download | freebsd-ports-gnome-970fa1982c2d87a2dff79bf5d8f485ca31e37df5.tar.gz freebsd-ports-gnome-970fa1982c2d87a2dff79bf5d8f485ca31e37df5.tar.zst freebsd-ports-gnome-970fa1982c2d87a2dff79bf5d8f485ca31e37df5.zip |
Respect CFLAGS
Diffstat (limited to 'net/trafshow4')
-rw-r--r-- | net/trafshow4/files/patch-af | 13 |
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@ + |