diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-21 04:19:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-21 04:19:54 +0000 |
commit | 46a32aa58f4427e9a60478bde73f3d26e798d4a0 (patch) | |
tree | a3c68372bc9f5fa430e3a39749c5482ba83d85b4 /net-analyzer/angst/files/0.4b-libnet-1.0.patch | |
parent | better SLOTs #17772 (diff) | |
download | gentoo-2-46a32aa58f4427e9a60478bde73f3d26e798d4a0.tar.gz gentoo-2-46a32aa58f4427e9a60478bde73f3d26e798d4a0.tar.bz2 gentoo-2-46a32aa58f4427e9a60478bde73f3d26e798d4a0.zip |
compile against SLOT-ed libnet-1.0.x
Diffstat (limited to 'net-analyzer/angst/files/0.4b-libnet-1.0.patch')
-rw-r--r-- | net-analyzer/angst/files/0.4b-libnet-1.0.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..b78243a1a187 --- /dev/null +++ b/net-analyzer/angst/files/0.4b-libnet-1.0.patch @@ -0,0 +1,12 @@ +--- Makefile.linux.orig 2003-08-19 01:22:26.737300264 -0400 ++++ Makefile.linux 2003-08-19 01:22:26.745299048 -0400 +@@ -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 +@@ -12 +12 @@ +-#include <libnet.h> ++#include <libnet-1.0.h> |