From 890fce1dadbba982ca31f91bab9782257039591f Mon Sep 17 00:00:00 2001 From: skrll Date: Wed, 11 Apr 2001 16:21:21 +0000 Subject: There is no need to install a math.h and it can cause problems. Fixes pkg/10769 from "Rhialto" --- devel/mit-pthreads/Makefile | 4 +++- devel/mit-pthreads/pkg/PLIST | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index c51e3e66d76..a0fadd2ff5e 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/02/25 04:17:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.32 2001/04/11 16:21:21 skrll Exp $ # DISTNAME= pthreads-1_60_beta6 @@ -22,12 +22,14 @@ PATCH_FUZZ_FACTOR= post-patch: @${RM} ${WRKSRC}/include/endian.h + @${RM} ${WRKSRC}/include/math.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 + @${RM} ${WRKSRC}/include/sys/__math.h pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/pthreads diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index 201175140be..4a24a71dbd1 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2001/01/04 15:10:31 agc Exp $ +@comment $NetBSD: PLIST,v 1.14 2001/04/11 16:21:22 skrll Exp $ pthreads/bin/pgcc pthreads/bin/pg++ pthreads/lib/libpthread.a @@ -8,7 +8,6 @@ pthreads/lib/libpthread.so.1.60 pthreads/include/Makefile.inc pthreads/include/dirent.h pthreads/include/errno.h -pthreads/include/math.h pthreads/include/netdb.h pthreads/include/pthread.h pthreads/include/pwd.h @@ -50,7 +49,6 @@ pthreads/include/pthread/posix.h pthreads/include/pthread/config.h pthreads/include/pthread/ac-types.h pthreads/include/pthread/paths.h -pthreads/include/sys/__math.h pthreads/include/sys/__path.h pthreads/include/sys/__signal.h pthreads/include/sys/__stdio.h -- cgit v1.2.3