diff options
Diffstat (limited to 'devel/unproven-pthreads/Makefile')
-rw-r--r-- | devel/unproven-pthreads/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/unproven-pthreads/Makefile b/devel/unproven-pthreads/Makefile index f97621783a3..9dc722a8a9d 100644 --- a/devel/unproven-pthreads/Makefile +++ b/devel/unproven-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/11/29 01:12:30 hubertf Exp $ +# $NetBSD: Makefile,v 1.28 2002/06/23 03:46:16 jlam Exp $ # DISTNAME= unproven-pthreads-0.17 @@ -13,9 +13,9 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ NetBSD-*-m68k NetBSD-*-powerpc NetBSD-*-sparc CONFLICTS+= mit-pthreads-[0-9]* -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +GNU_CONFIGURE_PREFIX= ${PREFIX}/pthreads MAKE_ENV+= NOLINT=1 NOPROFILE=1 OBJECT_FMT=${OBJECT_FMT} -CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads post-extract: @${RM} ${WRKSRC}/include/pthread/unistd.h |