diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-30 14:46:29 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-30 14:54:58 +0100 |
commit | 3a497a4803418533ea428f9a931e9990563ddf34 (patch) | |
tree | 8666d5aab9ef54302014239d43a4f645a2fea8ec /net-analyzer/angst | |
parent | mail-filter/spamassassin: remove myself as maintainer. (diff) | |
download | gentoo-3a497a4803418533ea428f9a931e9990563ddf34.tar.gz gentoo-3a497a4803418533ea428f9a931e9990563ddf34.tar.bz2 gentoo-3a497a4803418533ea428f9a931e9990563ddf34.zip |
net-analyzer/angst: Clean up patch
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/angst')
-rw-r--r-- | net-analyzer/angst/files/0.4b-libnet-1.0.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/angst/files/0.4b-libnet-1.0.patch b/net-analyzer/angst/files/0.4b-libnet-1.0.patch index b78243a1a187..a2bcf1a18696 100644 --- a/net-analyzer/angst/files/0.4b-libnet-1.0.patch +++ b/net-analyzer/angst/files/0.4b-libnet-1.0.patch @@ -1,12 +1,12 @@ ---- Makefile.linux.orig 2003-08-19 01:22:26.737300264 -0400 -+++ Makefile.linux 2003-08-19 01:22:26.745299048 -0400 +--- a/Makefile.linux ++++ b/Makefile.linux @@ -14,2 +14,2 @@ -LIBS = -L/usr/local/lib `libnet-config --libs` -lpcap -DEFINE = `libnet-config --defines` -DLINUX #-DDEBUG +LIBS = -L/usr/local/lib `libnet-1.0-config --libs` -lpcap +DEFINE = `libnet-1.0-config --defines` -DLINUX #-DDEBUG ---- angst.h.orig 2003-08-19 01:22:26.741299656 -0400 -+++ angst.h 2003-08-19 01:22:26.751298136 -0400 +--- a/angst.h ++++ b/angst.h @@ -12 +12 @@ -#include <libnet.h> +#include <libnet-1.0.h> |