summaryrefslogtreecommitdiff
path: root/net/kismet
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-24 13:43:11 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-24 13:43:11 +0000
commit97fae2926970f8deb0b1788631555ea3374becc9 (patch)
tree2f3b278ee9c505514d5ab9d5a19135977a55f6fa /net/kismet
parent2bf7531d6b18ed9ab556ba587eba1fa0e2bc133d (diff)
downloadpkgsrc-97fae2926970f8deb0b1788631555ea3374becc9.tar.gz
Fix build with newer GCC
Diffstat (limited to 'net/kismet')
-rw-r--r--net/kismet/distinfo3
-rw-r--r--net/kismet/patches/patch-panelfront.cc12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/kismet/distinfo b/net/kismet/distinfo
index 78616d8b57f..3542d481ca2 100644
--- a/net/kismet/distinfo
+++ b/net/kismet/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2009/01/13 14:08:07 obache Exp $
+$NetBSD: distinfo,v 1.7 2011/11/24 13:43:11 joerg Exp $
SHA1 (kismet-2008-05-R1.tar.gz) = 8355aeb0374a39549dfdc0c73160125eadd7c6e2
RMD160 (kismet-2008-05-R1.tar.gz) = 5613207b45f85fa72d146009434df984f721ccdc
@@ -9,3 +9,4 @@ SHA1 (patch-ae) = eaaf5c5498a38d7b2a6121defdf879622f430003
SHA1 (patch-af) = e4e176998e78a657178b3e14e614adf27b517eb6
SHA1 (patch-ag) = cb1e1eaf07ae40128fbe9760c95cfdecc200d22c
SHA1 (patch-ah) = 67dfa5a2aedb1b651671863177baace4a65c6f26
+SHA1 (patch-panelfront.cc) = 5a09a92598c8ffb7851b74fe87577a997f69e4f6
diff --git a/net/kismet/patches/patch-panelfront.cc b/net/kismet/patches/patch-panelfront.cc
new file mode 100644
index 00000000000..7490f000b5f
--- /dev/null
+++ b/net/kismet/patches/patch-panelfront.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-panelfront.cc,v 1.1 2011/11/24 13:43:11 joerg Exp $
+
+--- panelfront.cc.orig 2011-11-24 01:48:35.000000000 +0000
++++ panelfront.cc
+@@ -21,6 +21,7 @@
+ #include <math.h>
+ #include <sys/types.h>
+ #include <dirent.h>
++#include <limits.h>
+
+ #if defined(SYS_OPENBSD) && defined(HAVE_MACHINE_APMVAR_H)
+ #include <machine/apmvar.h>