summaryrefslogtreecommitdiff
path: root/devel/glib12/files/patch-gmodule::gmodule-dl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Smash a compatibility bug in g_module_open(). It seems that unlike Linux one,Maxim Sobolev2001-12-121-0/+23
FreeBSD's dlopen(NULL, ...) doesn't return a handle useable for resolving symbols in both the program itself and all modules it dlopen'ed. Instead, when requested for a self handle return RTLD_DEFAULT, which seems closely matches dlopen(NULL, ...) in Linux. Bump PORTREVISION. Recommended update for all GNOME/GTK users. Inspired by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=51373