You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/angst/files/0.4b-libnet-1.0.patch

13 lines
518 B

--- 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>