diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
commit | 6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch) | |
tree | 83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /net/trafshow4/files/patch-af | |
parent | Revert to rev. 1.4, which will restore some bugs in the previous version (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'net/trafshow4/files/patch-af')
-rw-r--r-- | net/trafshow4/files/patch-af | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/trafshow4/files/patch-af b/net/trafshow4/files/patch-af deleted file mode 100644 index 01fbad9e17b8..000000000000 --- a/net/trafshow4/files/patch-af +++ /dev/null @@ -1,16 +0,0 @@ ---- 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@ --INCLS = -I. @V_INCLS@ -+INCLS = -I. -I/usr/local/include @V_INCLS@ - DEFS = @DEFS@ - --CFLAGS = $(CCOPT) $(DEFS) $(INCLS) -+CFLAGS ?= -O2 -+CFLAGS += $(DEFS) $(INCLS) - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - |