summaryrefslogtreecommitdiffstats
path: root/www/firefox3-devel/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 22:48:16 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 22:48:16 +0800
commit2277d4346050fba575ed2930a5ddf85105c49483 (patch)
treec87978637eab0fec9428a9803663a168472fa14e /www/firefox3-devel/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp
parentc802ea1082e8427f1d39f66f9f762df76173c4f3 (diff)
downloadmarcuscom-ports-2277d4346050fba575ed2930a5ddf85105c49483.tar
marcuscom-ports-2277d4346050fba575ed2930a5ddf85105c49483.tar.gz
marcuscom-ports-2277d4346050fba575ed2930a5ddf85105c49483.tar.bz2
marcuscom-ports-2277d4346050fba575ed2930a5ddf85105c49483.tar.lz
marcuscom-ports-2277d4346050fba575ed2930a5ddf85105c49483.tar.xz
marcuscom-ports-2277d4346050fba575ed2930a5ddf85105c49483.tar.zst
marcuscom-ports-2277d4346050fba575ed2930a5ddf85105c49483.zip
- Move to LOCALBASE
- Remove a test: target that was not meant to be committed git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6633 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox3-devel/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp')
-rw-r--r--www/firefox3-devel/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/firefox3-devel/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp b/www/firefox3-devel/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp
new file mode 100644
index 000000000..7f8e55f53
--- /dev/null
+++ b/www/firefox3-devel/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp
@@ -0,0 +1,29 @@
+--- uriloader/exthandler/unix/nsGNOMERegistry.cpp.orig Fri Dec 24 04:30:00 2004
++++ uriloader/exthandler/unix/nsGNOMERegistry.cpp Fri Dec 24 04:34:05 2004
+@@ -143,7 +143,7 @@
+ PR_END_MACRO
+
+ // Attempt to open libgconf
+- gconfLib = LoadVersionedLibrary("gconf-2", ".4");
++ gconfLib = PR_LoadLibrary("libgconf-2.so");
+ ENSURE_LIB(gconfLib);
+
+ GET_LIB_FUNCTION(gconf, gconf_client_get_default);
+@@ -151,7 +151,7 @@
+ GET_LIB_FUNCTION(gconf, gconf_client_get_bool);
+
+ // Attempt to open libgnome
+- gnomeLib = LoadVersionedLibrary("gnome-2", ".0");
++ gnomeLib = PR_LoadLibrary("libgnome-2.so");
+ ENSURE_LIB(gnomeLib);
+
+ GET_LIB_FUNCTION(gnome, gnome_url_show);
+@@ -160,7 +160,7 @@
+ GET_LIB_FUNCTION(gnome, gnome_program_get);
+
+ // Attempt to open libgnomevfs
+- vfsLib = LoadVersionedLibrary("gnomevfs-2", ".0");
++ vfsLib = PR_LoadLibrary("libgnomevfs-2.so");
+ ENSURE_LIB(vfsLib);
+
+ GET_LIB_FUNCTION(vfs, gnome_vfs_mime_type_from_name);