diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-04 23:38:38 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-04-04 23:38:38 +0800 |
commit | 1ccab45efae0d840955554fc0e433725a03ee932 (patch) | |
tree | 49cdf15cb3418ab4e85f9a16ce5ff00d05a26730 /www/webkit-gtk2/files | |
parent | 8fa3e0a82ebeb5fa0068fccf32a7877cb11e5f9e (diff) | |
download | marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.gz marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.bz2 marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.lz marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.xz marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.tar.zst marcuscom-ports-1ccab45efae0d840955554fc0e433725a03ee932.zip |
Update to 31623
Enable svg-fonts (required by --enable-svg)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10862 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2/files')
-rw-r--r-- | www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp b/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp index c57bc9ca2..c7a93db28 100644 --- a/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp +++ b/www/webkit-gtk2/files/patch-WebCore_plugins_gtk_PluginDatabaseGtk.cpp @@ -1,11 +1,11 @@ ---- WebCore/plugins/gtk/PluginDatabaseGtk.cpp.orig 2008-04-01 11:14:13.073176655 -0400 -+++ WebCore/plugins/gtk/PluginDatabaseGtk.cpp 2008-04-01 11:15:02.191591705 -0400 -@@ -80,7 +80,7 @@ - g_strfreev(pluginPaths); - } - -- path = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "browser", "plugins", 0); -+ path = g_build_filename(G_DIR_SEPARATOR_S %%_BROWSER_PLUGINS_DIR%% 0); - paths.append(path); - g_free(path); - path = g_build_filename(G_DIR_SEPARATOR_S "usr", "local", "lib", "mozilla", "plugins", 0); +--- WebCore/plugins/gtk/PluginDatabaseGtk.cpp.orig 2008-04-03 19:24:32.000000000 -0400 ++++ WebCore/plugins/gtk/PluginDatabaseGtk.cpp 2008-04-04 10:45:21.455604357 -0400 +@@ -78,7 +78,7 @@ + directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "browser", "plugins", 0); + directories.append(directory); + g_free(directory); +- directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "local", "lib", "mozilla", "plugins", 0); ++ directory = g_build_filename(G_DIR_SEPARATOR_S %%_BROWSER_PLUGINS_DIR%% 0); + directories.append(directory); + g_free (directory); + directory = g_build_filename(G_DIR_SEPARATOR_S "usr", "lib", "mozilla", "plugins", 0); |