diff options
Diffstat (limited to 'net-mgmt/nitpicker/files/patch-aa')
-rw-r--r-- | net-mgmt/nitpicker/files/patch-aa | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/net-mgmt/nitpicker/files/patch-aa b/net-mgmt/nitpicker/files/patch-aa index 45772b6bfb55..7908156382cc 100644 --- a/net-mgmt/nitpicker/files/patch-aa +++ b/net-mgmt/nitpicker/files/patch-aa @@ -1,7 +1,13 @@ ---- Makefile.old Thu May 22 23:59:01 2003 -+++ Makefile Thu May 22 23:59:04 2003 -@@ -1,3 +1,3 @@ --TARGET: tools nitpicker -+all: tools nitpicker +--- src/Makefile.orig Sat Aug 23 10:37:21 2003 ++++ src/Makefile Sat Aug 23 10:38:52 2003 +@@ -1,8 +1,8 @@ + TARGET = nitpicker - tools: dumpit parse_flowfile +-CC = gcc ++CC = cc + INCLUDES = -I../include -I/usr/pkg/include -I.. + LIBS = -lpcap +-CFLAGS = -pg -Wall -g $(INCLUDES) -pthread ++CFLAGS += $(INCLUDES) -pthread + PREFIX = /usr/local/ + INCDIR= ${.CURDIR}/../include |