Author: andy Date: 2012-03-27 11:10:44 -0600 (Tue, 27 Mar 2012) New Revision: 2400
Added: trunk/webkitgtk/webkitgtk-1.6.3_gcc-4.7-1.patch Removed: trunk/webkitgtk/webkit-1.6.3_gcc-4.7-1.patch Log: wrong name Deleted: trunk/webkitgtk/webkit-1.6.3_gcc-4.7-1.patch =================================================================== --- trunk/webkitgtk/webkit-1.6.3_gcc-4.7-1.patch 2012-03-27 07:04:19 UTC (rev 2399) +++ trunk/webkitgtk/webkit-1.6.3_gcc-4.7-1.patch 2012-03-27 17:10:44 UTC (rev 2400) @@ -1,36 +0,0 @@ -Submitted By: Andrew Benton <[email protected]> -Date: 2012-03-18 -Initial Package Version: 1.6.3 -Upstream Status: From upstream -Origin: https://bugs.webkit.org/show_bug.cgi?id=47799 -Description: Fixes compiling webkit-1.6.3 with gcc-4.7 - ---- webkit-1.6.3/Source/WebCore/plugins/gtk/PluginViewGtk.cpp~ 2012-03-18 12:37:03.920894509 +0000 -+++ webkit-1.6.3/Source/WebCore/plugins/gtk/PluginViewGtk.cpp 2012-03-18 12:37:18.470660619 +0000 -@@ -71,6 +71,7 @@ - #include <gtk/gtk.h> - - #if defined(XP_UNIX) -+#define String XtStringType - #include "RefPtrCairo.h" - #include "gtk2xtbin.h" - #define Bool int // this got undefined somewhere -@@ -81,6 +82,7 @@ - #elif defined(GDK_WINDOWING_WIN32) - #include "PluginMessageThrottlerWin.h" - #include <gdk/gdkwin32.h> -+#undef String - #endif - - using JSC::ExecState; ---- webkit-1.6.3/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp~ 2011-09-17 08:11:57.000000000 +0100 -+++ webkit-1.6.3/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp 2012-03-18 13:07:18.360078362 +0000 -@@ -28,7 +28,7 @@ - #include "PluginObject.h" - #include <assert.h> - #include <string.h> -- -+#include <unistd.h> - using namespace std; - extern NPNetscapeFuncs *browser; - Copied: trunk/webkitgtk/webkitgtk-1.6.3_gcc-4.7-1.patch (from rev 2399, trunk/webkitgtk/webkit-1.6.3_gcc-4.7-1.patch) =================================================================== --- trunk/webkitgtk/webkitgtk-1.6.3_gcc-4.7-1.patch (rev 0) +++ trunk/webkitgtk/webkitgtk-1.6.3_gcc-4.7-1.patch 2012-03-27 17:10:44 UTC (rev 2400) @@ -0,0 +1,36 @@ +Submitted By: Andrew Benton <[email protected]> +Date: 2012-03-18 +Initial Package Version: 1.6.3 +Upstream Status: From upstream +Origin: https://bugs.webkit.org/show_bug.cgi?id=47799 +Description: Fixes compiling webkit-1.6.3 with gcc-4.7 + +--- webkit-1.6.3/Source/WebCore/plugins/gtk/PluginViewGtk.cpp~ 2012-03-18 12:37:03.920894509 +0000 ++++ webkit-1.6.3/Source/WebCore/plugins/gtk/PluginViewGtk.cpp 2012-03-18 12:37:18.470660619 +0000 +@@ -71,6 +71,7 @@ + #include <gtk/gtk.h> + + #if defined(XP_UNIX) ++#define String XtStringType + #include "RefPtrCairo.h" + #include "gtk2xtbin.h" + #define Bool int // this got undefined somewhere +@@ -81,6 +82,7 @@ + #elif defined(GDK_WINDOWING_WIN32) + #include "PluginMessageThrottlerWin.h" + #include <gdk/gdkwin32.h> ++#undef String + #endif + + using JSC::ExecState; +--- webkit-1.6.3/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp~ 2011-09-17 08:11:57.000000000 +0100 ++++ webkit-1.6.3/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp 2012-03-18 13:07:18.360078362 +0000 +@@ -28,7 +28,7 @@ + #include "PluginObject.h" + #include <assert.h> + #include <string.h> +- ++#include <unistd.h> + using namespace std; + extern NPNetscapeFuncs *browser; + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
