diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 12:53:16 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 12:53:16 +0000 |
commit | 5b582eae63d144ec532c5fbb435378924573162d (patch) | |
tree | 78929dcfd6674ef470614606827329466535ad86 /net/trafshow4/files/patch-af | |
parent | Update maintainer email. (diff) |
- Support CFLAGS/PREFIX/LOCALBASE properly
- Add WWW: line into pkg/DESCR
PR: 19345
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=29934
Diffstat (limited to 'net/trafshow4/files/patch-af')
-rw-r--r-- | net/trafshow4/files/patch-af | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/net/trafshow4/files/patch-af b/net/trafshow4/files/patch-af index 01fbad9e17b8..dba73df91ae9 100644 --- a/net/trafshow4/files/patch-af +++ b/net/trafshow4/files/patch-af @@ -1,16 +1,13 @@ ---- Makefile.in.orig Sun Aug 23 21:54:16 1998 -+++ Makefile.in Sun Feb 6 22:12:03 2000 -@@ -29,10 +29,11 @@ +--- Makefile.in.orig Mon Aug 24 13:54:16 1998 ++++ Makefile.in Tue May 2 00:51:47 2000 +@@ -28,8 +28,8 @@ + PROG = trafshow CC = @CC@ - CCOPT = @V_CCOPT@ +-CCOPT = @V_CCOPT@ -INCLS = -I. @V_INCLS@ -+INCLS = -I. -I/usr/local/include @V_INCLS@ ++CCOPT = @CFLAGS@ ++INCLS = -I. @CPPFLAGS@ DEFS = @DEFS@ --CFLAGS = $(CCOPT) $(DEFS) $(INCLS) -+CFLAGS ?= -O2 -+CFLAGS += $(DEFS) $(INCLS) - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - + CFLAGS = $(CCOPT) $(DEFS) $(INCLS) |