0c8b032218
where the base system doesn't provide stubs for non-threaded programs (which is just NetBSD<=2 for now). This is absolutely primitive and just sufficient to make MesaLib usable with nonthreaded programs.
19 lines
427 B
Makefile
19 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/03/21 19:23:08 drochner Exp $
|
|
|
|
DISTNAME= pthread-stublib-1.0
|
|
CATEGORIES= devel
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
COMMENT= Library providing noop-stubs for pthread functions
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_CHECKSUM= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-[12].*-*
|
|
|
|
do-extract:
|
|
${CP} ${FILESDIR}/pthread-stubs.c ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|