summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk2/files')
-rw-r--r--www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp10
-rw-r--r--www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html17
-rw-r--r--www/webkit-gtk2/files/patch-cairo11
-rw-r--r--www/webkit-gtk2/files/patch-configure31
4 files changed, 69 insertions, 0 deletions
diff --git a/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp b/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp
new file mode 100644
index 000000000..26508336a
--- /dev/null
+++ b/www/webkit-gtk2/files/patch-Source_WebCore_plugins_PluginDatabase.cpp
@@ -0,0 +1,10 @@
+--- Source/WebCore/plugins/PluginDatabase.cpp.orig 2011-01-11 16:24:29.000000000 +0000
++++ Source/WebCore/plugins/PluginDatabase.cpp 2011-01-11 16:24:54.000000000 +0000
+@@ -375,6 +375,7 @@ Vector<String> PluginDatabase::defaultPl
+ userPluginPath.append(String("/.netscape/plugins"));
+ paths.append(userPluginPath);
+
++ paths.append("%%BROWSER_PLUGINS_DIR%%");
+ paths.append("/usr/lib/browser/plugins");
+ paths.append("/usr/local/lib/mozilla/plugins");
+ paths.append("/usr/lib/firefox/plugins");
diff --git a/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html b/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html
new file mode 100644
index 000000000..07e04aafb
--- /dev/null
+++ b/www/webkit-gtk2/files/patch-Source_WebKit_gtk_resources_error.html
@@ -0,0 +1,17 @@
+--- Source/WebKit/gtk/resources/error.html.orig
++++ Source/WebKit/gtk/resources/error.html
+@@ -21,12 +21,12 @@
+ }
+
+ #errorTitleText {
+- font-size: 120%;
++ font-size: 120%%;
+ font-weight: bold;
+ }
+
+ #errorMessageText {
+- font-size: 80%;
++ font-size: 80%%;
+ }
+
+ </style>
diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo
new file mode 100644
index 000000000..2f928af19
--- /dev/null
+++ b/www/webkit-gtk2/files/patch-cairo
@@ -0,0 +1,11 @@
+--- Source/WebCore/platform/graphics/BitmapImage.cpp.orig 2011-01-08 16:50:57.000000000 +0000
++++ Source/WebCore/platform/graphics/BitmapImage.cpp 2011-01-11 16:36:22.000000000 +0000
+@@ -207,7 +207,7 @@ bool BitmapImage::isSizeAvailable()
+ NativeImagePtr BitmapImage::frameAtIndex(size_t index)
+ {
+ if (index >= frameCount())
+- return 0;
++ return NULL;
+
+ if (index >= m_frames.size() || !m_frames[index].m_frame)
+ cacheFrame(index);
diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure
new file mode 100644
index 000000000..e981f9712
--- /dev/null
+++ b/www/webkit-gtk2/files/patch-configure
@@ -0,0 +1,31 @@
+--- configure.orig 2011-03-22 15:43:40.000000000 +0100
++++ configure 2011-03-22 15:44:04.000000000 +0100
+@@ -18331,8 +18331,8 @@
+ .SECONDARY: $(gsettings_SCHEMAS)
+
+ gsettings__base_list = \
+- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
+- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
++ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \
++ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\''
+
+ install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
+ @$(NORMAL_INSTALL)
+@@ -20131,7 +20131,7 @@
+ $as_echo "#define ENABLE_YARR_JIT 1" >>confdefs.h
+
+ ;;
+- i*86|x86_64)
++ i*86|x86_64|amd64)
+
+ $as_echo "#define ENABLE_JIT 1" >>confdefs.h
+
+@@ -20156,7 +20156,7 @@
+ $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1" >>confdefs.h
+
+ ;;
+- x86_64)
++ x86_64|amd64)
+
+ $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1" >>confdefs.h
+