summaryrefslogtreecommitdiff
path: root/net-mgmt/driftnet/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/driftnet/files')
-rw-r--r--net-mgmt/driftnet/files/patch-configure.ac11
-rw-r--r--net-mgmt/driftnet/files/patch-src_display_img.h10
-rw-r--r--net-mgmt/driftnet/files/patch-src_media_image.c10
-rw-r--r--net-mgmt/driftnet/files/patch-src_media_media.c10
4 files changed, 0 insertions, 41 deletions
diff --git a/net-mgmt/driftnet/files/patch-configure.ac b/net-mgmt/driftnet/files/patch-configure.ac
deleted file mode 100644
index 1d0e8e96f76d..000000000000
--- a/net-mgmt/driftnet/files/patch-configure.ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac.orig 2023-03-25 20:10:06 UTC
-+++ configure.ac
-@@ -22,7 +22,7 @@ build_linux=no
- build_mac=no
-
- case "${host_os}" in
-- linux*)
-+ linux*|freebsd*)
- build_linux=yes
- ;;
- cygwin*|mingw*)
diff --git a/net-mgmt/driftnet/files/patch-src_display_img.h b/net-mgmt/driftnet/files/patch-src_display_img.h
deleted file mode 100644
index 272fc42f0a6e..000000000000
--- a/net-mgmt/driftnet/files/patch-src_display_img.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/display/img.h.orig 2023-07-15 23:49:00 UTC
-+++ src/display/img.h
-@@ -69,6 +69,7 @@ typedef uint32_t pel;
- # define GETB(p) ((chan)(((p) & (pel)0xff000000) >> 24))
- # define GETA(p) ((chan)(((p) & (pel)0x000000ff) ))
- #endif
-+#else
- # error "no endianness defined"
- #endif
-
diff --git a/net-mgmt/driftnet/files/patch-src_media_image.c b/net-mgmt/driftnet/files/patch-src_media_image.c
deleted file mode 100644
index 0bce47354b74..000000000000
--- a/net-mgmt/driftnet/files/patch-src_media_image.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/media/image.c.orig 2022-04-16 21:14:04 UTC
-+++ src/media/image.c
-@@ -12,6 +12,7 @@
- #include <stdio.h>
- #include <stdlib.h> /* On many systems (Darwin...), stdio.h is a prerequisite. */
- #include <string.h>
-+#include <sys/types.h>
-
- #include <netinet/in.h> /* ntohl */
-
diff --git a/net-mgmt/driftnet/files/patch-src_media_media.c b/net-mgmt/driftnet/files/patch-src_media_media.c
deleted file mode 100644
index 3c051f665887..000000000000
--- a/net-mgmt/driftnet/files/patch-src_media_media.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/media/media.c.orig 2022-04-16 21:14:04 UTC
-+++ src/media/media.c
-@@ -17,6 +17,7 @@
- #include "compat/compat.h"
-
- #include <string.h>
-+#include <sys/types.h>
-
- #include "common/util.h"
- #include "common/tmpdir.h"