summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-04-11 16:21:21 +0000
committerskrll <skrll@pkgsrc.org>2001-04-11 16:21:21 +0000
commit890fce1dadbba982ca31f91bab9782257039591f (patch)
treed5243d919e53bb822f1ec421f92b5340bd802531 /devel
parent1006c76cc2cb7c5179e7565e8b758f0b0c391b82 (diff)
downloadpkgsrc-890fce1dadbba982ca31f91bab9782257039591f.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/Makefile4
-rw-r--r--devel/mit-pthreads/pkg/PLIST4
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