summaryrefslogtreecommitdiffstats
path: root/www/libxul/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp
blob: 7f8e55f536dfb862d4ceea85b348fb228455b5ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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);
/commit/print?h=dependabot/npm_and_yarn/devel/electron4/files/eslint-utils-1.4.3&id=9621666257fa8b0eda94bf5e6487e5555042dc86'>commitdiffstats
path: root/print
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-05-19 13:15:36 +0800
committerjylefort <jylefort@FreeBSD.org>2006-05-19 13:15:36 +0800
commit9621666257fa8b0eda94bf5e6487e5555042dc86 (patch)
tree4e562e6147b1a834a6fb8f9e3d622dbfcdaec2e6 /print
parent6a458e78568215b092c68cd99e3fe5d46cb9beb9 (diff)
downloadfreebsd-ports-9621666257fa8b0eda94bf5e6487e5555042dc86.tar.gz
freebsd-ports-9621666257fa8b0eda94bf5e6487e5555042dc86.tar.zst
freebsd-ports-9621666257fa8b0eda94bf5e6487e5555042dc86.zip
Bump PORTREVISION to reflect the fact that these ports may now
install/deinstall a desktop entry.
Diffstat (limited to 'print')