diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-04-07 15:48:20 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-04-07 15:48:20 +0000 |
commit | 2ca3971ea4d0559b1c9d6f2a877fba35e2ba43a3 (patch) | |
tree | eb7795270c7e116b62537f007b8242110a658740 /net-www | |
parent | gcc3 related missing include files fix (diff) | |
download | gentoo-2-2ca3971ea4d0559b1c9d6f2a877fba35e2ba43a3.tar.gz gentoo-2-2ca3971ea4d0559b1c9d6f2a877fba35e2ba43a3.tar.bz2 gentoo-2-2ca3971ea4d0559b1c9d6f2a877fba35e2ba43a3.zip |
gcc3 related missing include files patch
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/galeon/files/galeon-1.2.0-gcc3.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net-www/galeon/files/galeon-1.2.0-gcc3.patch b/net-www/galeon/files/galeon-1.2.0-gcc3.patch new file mode 100644 index 000000000000..02f70cc72778 --- /dev/null +++ b/net-www/galeon/files/galeon-1.2.0-gcc3.patch @@ -0,0 +1,33 @@ +diff -ur galeon-1.2.0-orig/src/GaleonAutomation-skels.c galeon-1.2.0/src/GaleonAutomation-skels.c +--- galeon-1.2.0-orig/src/GaleonAutomation-skels.c Sat Mar 9 18:52:54 2002 ++++ galeon-1.2.0/src/GaleonAutomation-skels.c Sun Apr 7 17:09:39 2002 +@@ -2,6 +2,7 @@ + * This file was generated by orbit-idl - DO NOT EDIT! + */ + ++#include <stdlib.h> + #include <string.h> + #include "GaleonAutomation.h" + +diff -ur galeon-1.2.0-orig/src/GaleonAutomation-stubs.c galeon-1.2.0/src/GaleonAutomation-stubs.c +--- galeon-1.2.0-orig/src/GaleonAutomation-stubs.c Sat Mar 9 18:52:54 2002 ++++ galeon-1.2.0/src/GaleonAutomation-stubs.c Sun Apr 7 17:09:22 2002 +@@ -2,6 +2,7 @@ + * This file was generated by orbit-idl - DO NOT EDIT! + */ + ++#include <stdlib.h> + #include <string.h> + #include "GaleonAutomation.h" + +diff -ur galeon-1.2.0-orig/src/Gtm-stubs.c galeon-1.2.0/src/Gtm-stubs.c +--- galeon-1.2.0-orig/src/Gtm-stubs.c Sat Mar 9 18:52:54 2002 ++++ galeon-1.2.0/src/Gtm-stubs.c Sun Apr 7 17:31:02 2002 +@@ -2,6 +2,7 @@ + * This file was generated by orbit-idl - DO NOT EDIT! + */ + ++#include <stdlib.h> + #include <string.h> + #include "Gtm.h" + |