diff options
author | explorer <explorer@pkgsrc.org> | 1999-11-05 17:16:40 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-11-05 17:16:40 +0000 |
commit | 3db3d7dcd02e337f71d5304b68632fde8ca2d072 (patch) | |
tree | b5319adad51c66bb3cbf3c03eddece9d98b97016 /devel/mit-pthreads | |
parent | 7093062007eead6352e947da8eab878667d8c25d (diff) | |
download | pkgsrc-3db3d7dcd02e337f71d5304b68632fde8ca2d072.tar.gz |
remove pthreads's endian.h, as it isn't needed anymore.
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/Makefile | 5 | ||||
-rw-r--r-- | devel/mit-pthreads/pkg/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index 8e59e5ce14e..eb7c17fa104 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/07/29 16:44:41 bad Exp $ +# $NetBSD: Makefile,v 1.22 1999/11/05 17:16:40 explorer Exp $ # DISTNAME= pthreads-1_60_beta6 @@ -16,6 +16,9 @@ HAS_CONFIGURE= yes MAKE_ENV+= NOLINT=1 NOPROFILE=1 OBJECT_FMT=${OBJECT_FMT} CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads +post-patch: + @${RM} ${WRKSRC}/include/endian.h + pre-install: ${MKDIR} ${PREFIX}/pthreads diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index 1429160d252..7b55671f03f 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.11 1999/04/15 13:56:01 tv Exp $ +@comment $NetBSD: PLIST,v 1.12 1999/11/05 17:16:41 explorer Exp $ pthreads/bin/pgcc pthreads/bin/pg++ pthreads/lib/libpthread.a pthreads/lib/libpthread.so.1.60 pthreads/include/Makefile.inc pthreads/include/dirent.h -pthreads/include/endian.h pthreads/include/errno.h pthreads/include/math.h pthreads/include/netdb.h |