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 | 213d841d9498a41e87c6c572737d6a47e67af8f8 (patch) | |
tree | 6f797387c660f9043707702ec31b1a65048bba16 /time | |
parent | a03ce410a940de2fe4d1cd5afd5ff18c5aec338f (diff) | |
download | pkgsrc-213d841d9498a41e87c6c572737d6a47e67af8f8.tar.gz |
Add hints file for Solaris to enable nanosleep()
Diffstat (limited to 'time')
-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" |