diff options
-rw-r--r-- | devel/mit-pthreads/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index fd515ec1a8d..91607d15620 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/02/22 22:09:39 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.28 2000/03/16 12:27:04 wiz Exp $ # DISTNAME= pthreads-1_60_beta6 @@ -23,10 +23,10 @@ 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 + @${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 |