diff options
author | skrll <skrll@pkgsrc.org> | 2001-04-12 16:10:32 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-04-12 16:10:32 +0000 |
commit | b08fa711b89ef5a72786f1a5ce2b72672c31f593 (patch) | |
tree | 461630e656a60b93bde576539c1ead3a3a4c95e6 /devel/unproven-pthreads/Makefile | |
parent | f2ff42269fd812d95d19ff6402270d2d895f0fa4 (diff) | |
download | pkgsrc-b08fa711b89ef5a72786f1a5ce2b72672c31f593.tar.gz |
Provide a vfork in libpthread as suggested in pkg/10801.
There is no need to worry about if its called vfork or __vfork14. The
right one will get built. As vfork is not used internally don't worry
about creating a syscall wrapper.
While I'm here remove a completely unnecessary unistd.h that's looks as
though it was for a early version linux.
Diffstat (limited to 'devel/unproven-pthreads/Makefile')
-rw-r--r-- | devel/unproven-pthreads/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index efa9a3a96f4..9db382e4a7a 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/04/12 15:53:30 skrll Exp $ +# $NetBSD: Makefile,v 1.24 2001/04/12 16:10:32 skrll Exp $ # DISTNAME= unproven-pthreads-0.17 @@ -17,6 +17,9 @@ HAS_CONFIGURE= yes MAKE_ENV+= NOLINT=1 NOPROFILE=1 OBJECT_FMT=${OBJECT_FMT} CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads +post-extract: + @${RM} ${WRKSRC}/include/pthread/unistd.h + pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/pthreads |