diff options
Diffstat (limited to 'net-mgmt/sting/files')
-rw-r--r-- | net-mgmt/sting/files/patch-aa | 19 | ||||
-rw-r--r-- | net-mgmt/sting/files/patch-ab | 11 | ||||
-rw-r--r-- | net-mgmt/sting/files/patch-ac | 11 |
3 files changed, 0 insertions, 41 deletions
diff --git a/net-mgmt/sting/files/patch-aa b/net-mgmt/sting/files/patch-aa deleted file mode 100644 index 97e617a7d8cd..000000000000 --- a/net-mgmt/sting/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Thu Nov 4 11:00:22 1999 -+++ Makefile Sat Jul 1 16:27:33 2000 -@@ -37,12 +37,13 @@ - HDR = inet.h capture.h gmt2local.h distribtion.h - - LIBPCAP = ./libpcap-0.4 --CC = gcc -+CC ?= gcc -+CFLAGS ?= -O -pipe - OBJS = version.o $(SRC:.c=.o) - INCLS = -I. -I$(LIBPCAP) - DEFS = -DRETSIGTYPE=void -DHAVE_SIGACTION=1 --CFLAGS = -Wall $(CCOPT) $(DEFS) $(INCLS) --LIBS = -lm $(LIBPCAP)/libpcap.a -+CFLAGS += -Wall $(DEFS) $(INCLS) -+LIBS = -lm -lpcap - - all: sting - diff --git a/net-mgmt/sting/files/patch-ab b/net-mgmt/sting/files/patch-ab deleted file mode 100644 index 11ec20827f7b..000000000000 --- a/net-mgmt/sting/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- gmt2local.c Fri Nov 5 06:00:22 1999 -+++ gmt2local.c.new Wed May 10 11:10:05 2000 -@@ -32,7 +32,7 @@ - #include <time.h> - #endif - --#include "gnuc.h" -+/* #include "gnuc.h" */ - #ifdef HAVE_OS_PROTO_H - #include "os-proto.h" - #endif diff --git a/net-mgmt/sting/files/patch-ac b/net-mgmt/sting/files/patch-ac deleted file mode 100644 index 346d2c9cb3ef..000000000000 --- a/net-mgmt/sting/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- setsignal.c Fri Nov 5 06:00:22 1999 -+++ setsignal.c.new Wed May 10 11:10:59 2000 -@@ -34,7 +34,7 @@ - #include <string.h> - #endif - --#include "gnuc.h" -+/* #include "gnuc.h" */ - #ifdef HAVE_OS_PROTO_H - #include "os-proto.h" - #endif |