* [gentoo-commits] gentoo-x86 commit in net-analyzer/nload/files: nload-0.7.1-gcc43.patch
@ 2008-04-22 17:29 Samuli Suominen (drac)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-04-22 17:29 UTC (permalink / raw
To: gentoo-commits
drac 08/04/22 17:29:06
Added: nload-0.7.1-gcc43.patch
Log:
Version bump. Fixes also building failure with GCC 4.3. Thanks to Peter Alfredsen wrt #218909.
(Portage version: 2.1.5_rc6)
Revision Changes Path
1.1 net-analyzer/nload/files/nload-0.7.1-gcc43.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nload/files/nload-0.7.1-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nload/files/nload-0.7.1-gcc43.patch?rev=1.1&content-type=text/plain
Index: nload-0.7.1-gcc43.patch
===================================================================
diff -NrU5 nload-0.7.1.orig/src/device.cpp nload-0.7.1/src/device.cpp
--- nload-0.7.1.orig/src/device.cpp 2008-02-02 17:14:34.000000000 +0100
+++ nload-0.7.1/src/device.cpp 2008-04-22 08:08:40.000000000 +0200
@@ -19,10 +19,11 @@
#include "devreader.h"
#include "graph.h"
#include "setting.h"
#include "settingstore.h"
#include "window.h"
+#include <climits>
#include <iomanip>
using namespace std;
diff -NrU5 nload-0.7.1.orig/src/main.cpp nload-0.7.1/src/main.cpp
--- nload-0.7.1.orig/src/main.cpp 2008-02-27 21:22:35.000000000 +0100
+++ nload-0.7.1/src/main.cpp 2008-04-22 08:11:26.000000000 +0200
@@ -50,10 +50,12 @@
#include <ctype.h>
#include <time.h>
#include <curses.h>
#include <signal.h>
+#include <cstring>
+
#undef clear
#undef erase
#undef refresh
#define STANDARD_AVERAGE_WINDOW 300
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-22 17:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 17:29 [gentoo-commits] gentoo-x86 commit in net-analyzer/nload/files: nload-0.7.1-gcc43.patch Samuli Suominen (drac)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox