summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-04-04 00:53:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-04-04 00:53:00 +0000
commite321fa0d5bdcdcdc76df176a94cf15d3b7184906 (patch)
treed04378907d97baa6851449cd41b5f0860d1aa5a7 /games-puzzle/pingus/files
parentstable amd64, bug 264503 (diff)
downloadgentoo-2-e321fa0d5bdcdcdc76df176a94cf15d3b7184906.tar.gz
gentoo-2-e321fa0d5bdcdcdc76df176a94cf15d3b7184906.tar.bz2
gentoo-2-e321fa0d5bdcdcdc76df176a94cf15d3b7184906.zip
EAPI=2; add gcc44 patch from Paul Mulders (bug #264739)
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/pingus/files')
-rw-r--r--games-puzzle/pingus/files/pingus-0.7.2-gcc44.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/games-puzzle/pingus/files/pingus-0.7.2-gcc44.patch b/games-puzzle/pingus/files/pingus-0.7.2-gcc44.patch
new file mode 100644
index 000000000000..7917afb4f3fa
--- /dev/null
+++ b/games-puzzle/pingus/files/pingus-0.7.2-gcc44.patch
@@ -0,0 +1,20 @@
+--- src/input/evdev_device.cpp.old 2009-04-03 12:14:25.027452635 +0200
++++ src/input/evdev_device.cpp 2009-04-03 12:14:31.672453084 +0200
+@@ -17,6 +17,7 @@
+ // along with this program; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
++#include <cstdio>
+ #include <assert.h>
+ #include <linux/input.h>
+ #include <sys/ioctl.h>
+--- src/tinygettext/po_file_reader.cpp.old 2009-04-03 12:13:30.095452649 +0200
++++ src/tinygettext/po_file_reader.cpp 2009-04-03 12:13:38.117452492 +0200
+@@ -17,6 +17,7 @@
+ // along with this program; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
++#include <cstdio>
+ #include <config.h>
+ #include <vector>
+ #include <iconv.h>