diff options
author | heinz <heinz@pkgsrc.org> | 2003-12-28 00:27:08 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-12-28 00:27:08 +0000 |
commit | cb86a36146f312155343b2349261b842f4eec02a (patch) | |
tree | 6f797387c660f9043707702ec31b1a65048bba16 /time/p5-Time-HiRes | |
parent | 4a8ff80952b7526fe98ddae7e52dad01766e9f53 (diff) | |
download | pkgsrc-cb86a36146f312155343b2349261b842f4eec02a.tar.gz |
Add hints file for Solaris to enable nanosleep()
Diffstat (limited to 'time/p5-Time-HiRes')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index efd9e363ae0..082a21bfb76 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/12/03 10:52:27 chris Exp $ +# $NetBSD: Makefile,v 1.12 2003/12/28 00:27:08 heinz Exp $ # DISTNAME= Time-HiRes-1.52 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5thr CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} @@ -16,5 +17,9 @@ USE_BUILDLINK2= YES PERL5_CONFIGURE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/HiRes/.packlist +pre-configure: + @ # On Solaris link against librt to pull in nanosleep + @ ${ECHO} "\$$self->{LIBS} = ['-lrt'];" >> ${WRKSRC}/hints/solaris.pl + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |