diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-06-03 22:36:21 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-06-03 22:36:21 +0000 |
commit | f3358974f552fcbe4bf9a1e16941748fedf795fd (patch) | |
tree | 36c67706896708c79469dae733e3a1fae26f5cac /app-office/ooqstart-gnome/files | |
parent | add more error messages and fix use static logic in install (diff) | |
download | gentoo-2-f3358974f552fcbe4bf9a1e16941748fedf795fd.tar.gz gentoo-2-f3358974f552fcbe4bf9a1e16941748fedf795fd.tar.bz2 gentoo-2-f3358974f552fcbe4bf9a1e16941748fedf795fd.zip |
gcc4 patch
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-office/ooqstart-gnome/files')
-rw-r--r-- | app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-gcc4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-gcc4.patch b/app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-gcc4.patch new file mode 100644 index 000000000000..aa3ef187f681 --- /dev/null +++ b/app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-gcc4.patch @@ -0,0 +1,11 @@ ++++ model.cxx 2005-05-16 01:43:21.304891328 +0200 +--- model.cxx.orig 2005-05-16 01:41:52.195438024 +0200 +@@ -72,7 +72,7 @@ + } + + // Child process execution point +- execlp(arg1,arg1, arg2, arg3, 0); ++ execlp(arg1,arg1, arg2, arg3, (char*)NULL); + + // Execution should never reach this point. + // If it does, there was an error. |