diff options
author | joerg <joerg> | 2011-11-24 13:43:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-11-24 13:43:11 +0000 |
commit | b317a6c9f9a0dadc1e1c2447302094b5bd53e3ca (patch) | |
tree | 2f3b278ee9c505514d5ab9d5a19135977a55f6fa /net/kismet | |
parent | 0802a98b39f9112abadde2415071d3e24fbea821 (diff) | |
download | pkgsrc-b317a6c9f9a0dadc1e1c2447302094b5bd53e3ca.tar.gz |
Fix build with newer GCC
Diffstat (limited to 'net/kismet')
-rw-r--r-- | net/kismet/distinfo | 3 | ||||
-rw-r--r-- | net/kismet/patches/patch-panelfront.cc | 12 |
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> |