summaryrefslogtreecommitdiff
path: root/net-mgmt/flow-extract/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:06:55 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-10-18 13:06:55 +0000
commit9e2a0193dd19be335d19d805f383b0e833c7761d (patch)
tree3eab39f74fa8543242098188e08feacec446f3c3 /net-mgmt/flow-extract/files
parentSupport USE_TK (diff)
- Update MASTER_SITES and WWW
- Add LICENSE - Respect CFLAGS PR: 161639 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=283803
Diffstat (limited to 'net-mgmt/flow-extract/files')
-rw-r--r--net-mgmt/flow-extract/files/patch-Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/net-mgmt/flow-extract/files/patch-Makefile b/net-mgmt/flow-extract/files/patch-Makefile
deleted file mode 100644
index d1b59dab162e..000000000000
--- a/net-mgmt/flow-extract/files/patch-Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
---- /home/barzog/Makefile 2008-05-11 02:57:48.000000000 +0000
-+++ Makefile 2008-05-11 02:59:59.000000000 +0000
-@@ -10,10 +10,10 @@
- #
- # For SunOS 5, use LIBS=-lsocket -lnsl
- #
--CC=gcc
--FLAGS=-ggdb3 -gstabs -D_FILE_OFFSET_BITS=64
--LIBS=-L/opt/lib -R/opt/lib /opt/lib/libft.a -lsocket -lnsl -lz
--INCLUDES=-I/opt/include
-+#CC=gcc
-+#FLAGS=-ggdb3 -gstabs -D_FILE_OFFSET_BITS=64
-+#LIBS=-L/opt/lib -R/opt/lib /opt/lib/libft.a -lsocket -lnsl -lz
-+#INCLUDES=-I/opt/include
- #
- # For Linux
- #
-@@ -22,9 +22,9 @@
- #INCLUDES=
- #
- # For BSD
--FLAGS=-ggdb3 -gstabs -D_FILE_OFFSET_BITS=64
--LIBS=-L/usr/local/netflow/lib /usr/local/netflow/lib/libft.a -lz
--INCLUDES=-I/usr/local/netflow/include
-+CC ?= cc
-+LIBS=-L%%PREFIX%%/lib -lft -lz
-+INCLUDES=-I%%PREFIX%%/include
- #
- #
- #------------------------------------------------------------------------
-@@ -36,7 +36,7 @@
-
- #CC = cc
- LIB=$(LIBS)
--CFLAGS=-O $(FLAGS) $(INCLUDES)
-+CFLAGS=$(INCLUDES)
-
- all: flow-extract
-