diff options
Diffstat (limited to 'x11-fm/nautilus/files/patch-components::mozilla::main.c')
-rw-r--r-- | x11-fm/nautilus/files/patch-components::mozilla::main.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-fm/nautilus/files/patch-components::mozilla::main.c b/x11-fm/nautilus/files/patch-components::mozilla::main.c new file mode 100644 index 000000000000..d3205174cfc7 --- /dev/null +++ b/x11-fm/nautilus/files/patch-components::mozilla::main.c @@ -0,0 +1,22 @@ + +$FreeBSD$ + +--- components/mozilla/main.c 2002/02/26 22:24:25 1.1 ++++ components/mozilla/main.c 2002/02/26 22:25:27 +@@ -141,7 +141,7 @@ + char *file_name; + gboolean good; + +- file_name = g_strconcat (path, "/chrome/embed.jar", NULL); ++ file_name = g_strconcat (path, "/libgtkembedmoz.so", NULL); + good = g_file_exists (file_name); + g_free (file_name); + return good; +@@ -155,6 +155,7 @@ + */ + guint i; + const char * const paths[] = { ++ MOZILLA_LIB_PLACE, + PREFIX "/lib/mozilla", + "/usr/lib/mozilla", + "/usr/local/mozilla", |