summaryrefslogtreecommitdiff
path: root/net/wireshark/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark/patches/patch-aa')
-rw-r--r--net/wireshark/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/wireshark/patches/patch-aa b/net/wireshark/patches/patch-aa
deleted file mode 100644
index 340c0312b20..00000000000
--- a/net/wireshark/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.14 2014/11/14 12:06:10 tron Exp $
-
-Fix build.
-
---- ui/time_shift.c.orig 2014-11-12 18:49:17.000000000 +0000
-+++ ui/time_shift.c 2014-11-14 10:08:51.000000000 +0000
-@@ -28,6 +28,9 @@
- #include <stdio.h>
- #include <string.h>
- #include <math.h>
-+#ifndef HAVE_FLOORL
-+#define floorl(a) floor((double)(a))
-+#endif
-
- #include <glib.h>
-