Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/angst/files/
Date: Thu, 30 Jan 2020 13:55:08
Message-Id: 1580392498.3a497a4803418533ea428f9a931e9990563ddf34.jer@gentoo
1 commit: 3a497a4803418533ea428f9a931e9990563ddf34
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 13:46:29 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 13:54:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a497a48
7
8 net-analyzer/angst: Clean up patch
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/angst/files/0.4b-libnet-1.0.patch | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-analyzer/angst/files/0.4b-libnet-1.0.patch b/net-analyzer/angst/files/0.4b-libnet-1.0.patch
17 index b78243a1a18..a2bcf1a1869 100644
18 --- a/net-analyzer/angst/files/0.4b-libnet-1.0.patch
19 +++ b/net-analyzer/angst/files/0.4b-libnet-1.0.patch
20 @@ -1,12 +1,12 @@
21 ---- Makefile.linux.orig 2003-08-19 01:22:26.737300264 -0400
22 -+++ Makefile.linux 2003-08-19 01:22:26.745299048 -0400
23 +--- a/Makefile.linux
24 ++++ b/Makefile.linux
25 @@ -14,2 +14,2 @@
26 -LIBS = -L/usr/local/lib `libnet-config --libs` -lpcap
27 -DEFINE = `libnet-config --defines` -DLINUX #-DDEBUG
28 +LIBS = -L/usr/local/lib `libnet-1.0-config --libs` -lpcap
29 +DEFINE = `libnet-1.0-config --defines` -DLINUX #-DDEBUG
30 ---- angst.h.orig 2003-08-19 01:22:26.741299656 -0400
31 -+++ angst.h 2003-08-19 01:22:26.751298136 -0400
32 +--- a/angst.h
33 ++++ b/angst.h
34 @@ -12 +12 @@
35 -#include <libnet.h>
36 +#include <libnet-1.0.h>