diff options
author | skrll <skrll> | 2001-04-11 16:21:21 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-04-11 16:21:21 +0000 |
commit | 6e4b72f71bac1c4a80c72187eb9cfabfbcd8c386 (patch) | |
tree | d5243d919e53bb822f1ec421f92b5340bd802531 /devel | |
parent | 14584b9fa791b3279a0961dd7341cee514ef627a (diff) | |
download | pkgsrc-6e4b72f71bac1c4a80c72187eb9cfabfbcd8c386.tar.gz |
There is no need to install a math.h and it can cause problems.
Fixes pkg/10769 from "Rhialto" <rhialto@polderland.nl>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mit-pthreads/Makefile | 4 | ||||
-rw-r--r-- | devel/mit-pthreads/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
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 |