pkgsrc/net/nload/patches/patch-ac
obache cd4471dd2c Update nload to 0.7.4.
per maintainer update request by PR 45947.

hanges since 0.7.2:
 * Newer Linux kernels use 64 bit counters, which caused traffic to increase by
   4GB on every refresh (see Debian bug #651848)
 * Fix calculation of traffic and data units (thanks to Kirby Zhou, see also
   Debian bug #586943)
 * Fix memory leak in BSD network device detection
 * Workaround for faulty newwin() in ncurses 5.8
 * Correctly escape minus signs in man page
2012-02-15 12:30:06 +00:00

13 lines
269 B
Text

$NetBSD: patch-ac,v 1.4 2012/02/15 12:30:06 obache Exp $
--- configure.orig 2012-02-06 09:53:58.000000000 +0000
+++ configure
@@ -4553,7 +4553,7 @@ fi
done
;;
- *bsd*)
+ *bsd* | *darwin* | *dragonfly*)
$as_echo "#define HAVE_BSD 1" >>confdefs.h