fix build gcc-4.7 issue

This commit is contained in:
Than Ngo 2012-01-24 15:30:00 +01:00
parent 23b0fc519f
commit 862814ac15
2 changed files with 14 additions and 0 deletions

View File

@ -32,6 +32,9 @@ Patch6: qtwebkit-2.2.x-glib231-wk#69840.patch
# gcc doesn't support flag -fuse-ld=gold
Patch7: webkit-qtwebkit-ld.gold.patch
# fix build gcc-4.7 issue
Patch8: webkit-qtwebkit-gcc-4.7.patch
BuildRequires: bison
BuildRequires: chrpath
BuildRequires: flex

View File

@ -0,0 +1,11 @@
diff -up webkit-qtwebkit/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp.me webkit-qtwebkit/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp
--- webkit-qtwebkit/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp.me 2012-01-24 15:26:33.000000000 +0100
+++ webkit-qtwebkit/Tools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp 2012-01-24 15:27:01.000000000 +0100
@@ -28,6 +28,7 @@
#include "PluginObject.h"
#include <assert.h>
#include <string.h>
+#include <unistd.h>
using namespace std;
extern NPNetscapeFuncs *browser;