diff options
author | 2004-12-30 04:45:22 +0000 | |
---|---|---|
committer | 2004-12-30 04:45:22 +0000 | |
commit | 820f9002679250c970101f311ee1d71a87c65d1a (patch) | |
tree | 455aa5e68a4383ac8ba86057de373de4c4f2fbfa /games-action/chromium/files | |
parent | Stable on mips, bug #75143 (Manifest recommit) (diff) | |
download | gentoo-2-820f9002679250c970101f311ee1d71a87c65d1a.tar.gz gentoo-2-820f9002679250c970101f311ee1d71a87c65d1a.tar.bz2 gentoo-2-820f9002679250c970101f311ee1d71a87c65d1a.zip |
tidy ebuild and add patch for gcc-34 to the gcc-3 patch (bug #76094)
Diffstat (limited to 'games-action/chromium/files')
-rw-r--r-- | games-action/chromium/files/0.9.12-gcc3-gentoo.patch | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/games-action/chromium/files/0.9.12-gcc3-gentoo.patch b/games-action/chromium/files/0.9.12-gcc3-gentoo.patch index 3e3e41095983..8eaa91518e86 100644 --- a/games-action/chromium/files/0.9.12-gcc3-gentoo.patch +++ b/games-action/chromium/files/0.9.12-gcc3-gentoo.patch @@ -1,6 +1,6 @@ diff -ur Chromium-0.9/src/NCString.cpp Chromium-0.9.m/src/NCString.cpp ---- Chromium-0.9/src/NCString.cpp 2001-05-20 12:04:58.000000000 -0500 -+++ Chromium-0.9.m/src/NCString.cpp 2002-07-25 22:57:03.000000000 -0500 +--- src/NCString.cpp 2001-05-20 12:04:58.000000000 -0500 ++++ src/NCString.cpp 2002-07-25 22:57:03.000000000 -0500 @@ -5,6 +5,7 @@ #include <stdlib.h> #include <string.h> @@ -9,3 +9,13 @@ diff -ur Chromium-0.9/src/NCString.cpp Chromium-0.9.m/src/NCString.cpp /** * ctor +--- src/MainGLUT.cpp.~1.6.~ 2001-05-21 03:36:55.000000000 +0200 ++++ src/MainGLUT.cpp 2004-12-30 01:22:00.734250944 +0100 +@@ -11,6 +11,7 @@ + + #include <stdio.h> + #include <unistd.h> ++#include <stdlib.h> + + #include <GL/glut.h> + |