f3eb65b2c2
* dlfcn.c: I broke finks xemacs, now fixed. * dlfcn.c: I really should read specs instead of making assumptions. dlopen(NULL,x) opens the _global_ context, not the application context. Fixed. Made dlsym_prepend_underscore work with stupidly long symbol names. * dlfcn.c: When opening a bundle for the second time, reuse the dlstatus struct from the previously closed version. Removed some debugging routines. * README: Minor update * dlfcn.c: Fixed my last "fix". Thanks to Darin Ohashi again. * dlfcn.c: Fixed bug reported by Darin Ohashi. dlopen a bundle close it, and dlopen same bundle again fails. Changes to the package itself: * USE_GMAKE is free on Darwin, so don't bother patching to avoid it.
16 lines
363 B
Makefile
16 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/07/22 00:54:36 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= dlcompat-20020606
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fink/}
|
|
|
|
MAINTAINER= schmonz@netbsd.org
|
|
HOMEPAGE= http://fink.sourceforge.net/
|
|
COMMENT= Library for dlopen() emulation on Darwin
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-*
|
|
|
|
USE_GMAKE= # defined
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|