--- 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); t='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh
Commit message (Expand)AuthorAgeFilesLines
* When I upgraded to 4.3.9, which included Baptiste's completion definitionsdes2009-01-223-1/+463
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-3/+2
* Precompile functions and completion definitions at installation time.des2008-12-052-1/+31
* Completion: improve portaudit, add pfctldes2008-11-214-1/+122
* Upstream patch to support unusual --help syntax used by fetchmail.des2008-11-172-1/+35
* Kill the ZSH_ETCDIR, ZSH_FNDIR and ZSH_SITEFNDIR options. They're nice indes2008-11-112-879/+855
* Upgrade to 4.3.9. Most of our local patches have been committed upstream.des2008-11-1016-744/+94
* Various command completion improvements for mount(8).des2008-10-29