From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../povray/povray-3.6.1+3.7.0-beta25b/gcc43.diff | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 packages/povray/povray-3.6.1+3.7.0-beta25b/gcc43.diff (limited to 'packages/povray/povray-3.6.1+3.7.0-beta25b/gcc43.diff') diff --git a/packages/povray/povray-3.6.1+3.7.0-beta25b/gcc43.diff b/packages/povray/povray-3.6.1+3.7.0-beta25b/gcc43.diff deleted file mode 100644 index 696dfb471f..0000000000 --- a/packages/povray/povray-3.6.1+3.7.0-beta25b/gcc43.diff +++ /dev/null @@ -1,70 +0,0 @@ ---- /tmp/processoptions.cpp 2008-08-14 01:47:37.000000000 +0200 -+++ povray-3.7.0.beta.25b/source/base/processoptions.cpp 2008-08-14 01:48:23.853198000 +0200 -@@ -90,6 +90,7 @@ - * - *********************************************************************************/ - -+#include - #include - #include - ---- /tmp/fileinputoutput.cpp 2008-08-14 01:49:16.000000000 +0200 -+++ povray-3.7.0.beta.25b/source/base/fileinputoutput.cpp 2008-08-14 01:49:33.043198000 +0200 -@@ -90,6 +90,7 @@ - * - *********************************************************************************/ - -+#include - #include - #include - ---- /tmp/textstreambuffer.cpp 2008-08-14 01:52:07.000000000 +0200 -+++ povray-3.7.0.beta.25b/source/base/textstreambuffer.cpp 2008-08-14 01:52:21.693198000 +0200 -@@ -90,6 +90,7 @@ - * - *********************************************************************************/ - -+#include - #include - - #include "configbase.h" ---- /tmp/fileinputoutput.h 2008-08-14 01:53:49.000000000 +0200 -+++ povray-3.7.0.beta.25b/source/base/fileinputoutput.h 2008-08-14 01:54:07.213198000 +0200 -@@ -96,6 +96,7 @@ - #include "base/types.h" - #include "base/path.h" - -+#include - #include - - namespace pov_base ---- /tmp/configbase.h 2008-08-14 01:57:58.000000000 +0200 -+++ povray-3.7.0.beta.25b/source/base/configbase.h 2008-08-14 01:58:12.373198000 +0200 -@@ -95,6 +95,7 @@ - #ifndef CONFIGBASE_H - #define CONFIGBASE_H - -+#include - #include "syspovconfigbase.h" - - #ifndef DBL ---- /tmp/unixoptions.cpp 2008-08-14 02:02:52.000000000 +0200 -+++ povray-3.7.0.beta.25b/vfe/unix/unixoptions.cpp 2008-08-14 10:22:09.073198000 +0200 -@@ -454,13 +454,16 @@ - char *errormsg = - "Cannot determine the current working directory.\n" - "Check that the PWD environment variable does exist and is valid.\n"; -+ int no_error_call = 1; - if(no_error_call) - { - fprintf(stderr, "%s: %s\n", PACKAGE, errormsg); - exit(EXIT_FAILURE); - } -+#ifdef USE_ERROR - else -- Error("%s", errormsg); -+ std::Error("%s", errormsg); -+#endif - } - #endif - -- cgit v1.2.3