summaryrefslogtreecommitdiff
path: root/net-analyzer/angst/files/0.4b-libnet-1.0.patch
blob: a2bcf1a18696bdedd6322578f71e426aed66c443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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
--- a/angst.h
+++ b/angst.h
@@ -12 +12 @@
-#include <libnet.h>
+#include <libnet-1.0.h>