1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/glib12/files
Maxim Sobolev 4839f602eb Smash a compatibility bug in g_module_open(). It seems that unlike Linux one,
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>
2001-12-12 04:51:10 +00:00
..
patch-ab Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2 2001-05-23 00:49:11 +00:00
patch-ac Upgrade to 1.2.9. 2001-03-06 12:29:28 +00:00
patch-ad Use PTHREAD_CFLAFS/PTHREAD_LIBS. 2001-03-30 13:18:05 +00:00
patch-ae Use PTHREAD_CFLAFS/PTHREAD_LIBS. 2001-03-30 13:18:05 +00:00
patch-af
patch-gmodule::gmodule-dl.c Smash a compatibility bug in g_module_open(). It seems that unlike Linux one, 2001-12-12 04:51:10 +00:00