diff options
-rw-r--r-- | devel/mit-pthreads/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index eb7c17fa104..3c6be7ffdae 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/11/05 17:16:40 explorer Exp $ +# $NetBSD: Makefile,v 1.23 1999/11/06 07:37:34 explorer Exp $ # DISTNAME= pthreads-1_60_beta6 @@ -19,6 +19,12 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads post-patch: @${RM} ${WRKSRC}/include/endian.h +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 |