commit:     af8e8903dc3adcfba60d7cb126cdb2c23610c959
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Mar 26 16:08:15 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 18:32:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8e8903

net-analyzer/hexinject: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/20130
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../hexinject/files/hexinject-1.5-fix-build-system.patch  | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/hexinject/files/hexinject-1.5-fix-build-system.patch 
b/net-analyzer/hexinject/files/hexinject-1.5-fix-build-system.patch
deleted file mode 100644
index 046d083710d..00000000000
--- a/net-analyzer/hexinject/files/hexinject-1.5-fix-build-system.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Respect user flags
-
---- a/Makefile
-+++ b/Makefile
-@@ -1,7 +1,7 @@
- all:
--      gcc -o hexinject hexinject.c -lpcap
--      gcc -o prettypacket prettypacket.c
--      gcc -o hex2raw hex2raw.c
-+      $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o hexinject hexinject.c -lpcap
-+      $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o prettypacket prettypacket.c
-+      $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o hex2raw hex2raw.c
- 
- clean:
-       rm -f hexinject prettypacket hex2raw *~

Reply via email to