commit:     7660b80e62dcf009808e23a35d0847087e17e200
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Dec 12 13:34:51 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 13:34:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7660b80e

net-analyzer/hunt: remove unused patch

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-analyzer/hunt/files/hunt-1.5-flags.patch | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/net-analyzer/hunt/files/hunt-1.5-flags.patch 
b/net-analyzer/hunt/files/hunt-1.5-flags.patch
deleted file mode 100644
index 2ffcd823847..00000000000
--- a/net-analyzer/hunt/files/hunt-1.5-flags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,8 +1,7 @@
--CFLAGS=-Wall -O2 -g -D_REENTRANT
-+CFLAGS += -I. -Wall -D_REENTRANT
- #CFLAGS+=-DSYNC_FAST
- #CFLAGS+=-D_WITH_LINUX_KERNEL_HDR
- 
--LDFLAGS=
- #LDFLAGS=-static
- 
- OBJ=hunt.o main.o c/list.o c/hash.o c/array.o util.o net.o \
-@@ -11,7 +10,7 @@
-       addpolicy.o options.o resolv.o timer.o pktrelay.o
-       
- hunt: $(OBJ)
--      $(CC) ${LDFLAGS} -o $@ $^ -lpthread
-+      $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -lpthread
- 
- hunt_static: $(OBJ)
-       $(CC) ${LDFLAGS} -static -o $@ $^ -lpthread

Reply via email to