You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/ipager/files/ipager-1.1.0-gcc43.patch

30 lines
636 B

Fix ipager to compile with GCC 4.3.
Patch taken from Gentoo bug #173562.
X-Gentoo-Bug: 173562
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
--- iconfig.old 2008-08-22 21:35:16.000000000 +0600
+++ iconfig.cpp 2008-08-22 21:35:20.000000000 +0600
@@ -30,7 +30,7 @@
#include <iostream>
#include <fstream>
#include <sstream>
-
+#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
--- wm.old 2008-08-22 21:52:36.000000000 +0600
+++ wm.cpp 2008-08-22 21:52:40.000000000 +0600
@@ -27,7 +27,7 @@
#include <time.h>
#include "atoms.h"
-
+#include <stdlib.h>
WM * WM::m_instance = 0;
bool WM::x_error = false;