diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 08:42:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 08:42:19 +0000 |
commit | 045f6f198090458e9c3ce36f979aee1e89465af4 (patch) | |
tree | b457a6c01b19d2f5aecb1d7694378b7f34e57f8b /time/p5-Time-HiRes/patches | |
parent | deaa1a070f2a4b19d3a321c1866f877ea4619946 (diff) | |
download | pkgsrc-045f6f198090458e9c3ce36f979aee1e89465af4.tar.gz |
Update time/p5-Time-HiRes to 1.50. Changes from version 1.49 include:
- &Time::HiRes::d_nanosleep was broken (perl change #20131)
- the nanosleep() probe was broken (perl change #20061)
Diffstat (limited to 'time/p5-Time-HiRes/patches')
-rw-r--r-- | time/p5-Time-HiRes/patches/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/time/p5-Time-HiRes/patches/patch-aa b/time/p5-Time-HiRes/patches/patch-aa deleted file mode 100644 index 219c113894f..00000000000 --- a/time/p5-Time-HiRes/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2003/05/22 07:35:42 wiz Exp $ - ---- Makefile.PL.orig Mon May 12 18:36:44 2003 -+++ Makefile.PL -@@ -398,7 +398,6 @@ sub doMakefile { - 'XSOPT' => $XSOPT, - # do not even think about 'INC' => '-I/usr/ucbinclude', Solaris will avenge. - 'INC' => '', # e.g., '-I/usr/include/other' -- 'INSTALLDIRS' => 'perl', - 'dist' => { - 'CI' => 'ci -l', - 'COMPRESS' => 'gzip -9f', |