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-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/wireshark/patches/patch-aa b/net/wireshark/patches/patch-aa
index 2bd7f3c10a6..0df97d05b80 100644
--- a/net/wireshark/patches/patch-aa
+++ b/net/wireshark/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.13 2013/12/18 11:52:25 tron Exp $
+$NetBSD: patch-aa,v 1.13.8.1 2014/11/23 22:20:47 spz Exp $
Fix build.
---- ui/time_shift.c.orig 2013-07-04 20:20:31.000000000 +0000
-+++ ui/time_shift.c
-@@ -29,6 +29,9 @@
+--- 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 <ctype.h>
#include <math.h>
+#ifndef HAVE_FLOORL
+#define floorl(a) floor((double)(a))