diff options
author | explorer <explorer@pkgsrc.org> | 1999-11-24 09:47:08 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-11-24 09:47:08 +0000 |
commit | 95fe83397adc6fa470b0b42c735b362c794b4bba (patch) | |
tree | ff57d24c01b66f3997fc3b1b931e23b013a93fe9 /devel/unproven-pthreads/Makefile | |
parent | 0d62d414aab81f0c04ec51f218b4c5e0dc05289c (diff) | |
download | pkgsrc-95fe83397adc6fa470b0b42c735b362c794b4bba.tar.gz |
move to 0.7. This silences some rather annoying errno/sys_errlist noise.
Diffstat (limited to 'devel/unproven-pthreads/Makefile')
-rw-r--r-- | devel/unproven-pthreads/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index 83f0f8f62d0..f709e2698d7 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/11/12 21:24:09 explorer Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/24 09:47:08 explorer Exp $ # -DISTNAME= unproven-pthreads-0.6 +DISTNAME= unproven-pthreads-0.7 CATEGORIES= devel MASTER_SITES= ftp://ftp.flame.org/pub/netbsd/ @@ -15,12 +15,6 @@ HAS_CONFIGURE= yes MAKE_ENV+= NOLINT=1 NOPROFILE=1 OBJECT_FMT=${OBJECT_FMT} CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads -post-configure: - @echo "#define HAVE_SYSCALL_SIGACTION 1" >> ${WRKSRC}/config.h - @echo "#define HAVE_SYSCALL_SIGPAUSE 1" >> ${WRKSRC}/config.h - @echo "#define HAVE_SYSCALL_SIGPROCMASK 1" >> ${WRKSRC}/config.h - @echo "#define HAVE_SYSCALL_SIGSUSPEND 1" >> ${WRKSRC}/config.h - pre-install: ${MKDIR} ${PREFIX}/pthreads |