diff options
author | Leon Brocard <acme@astray.com> | 2011-06-12 08:45:13 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2011-06-12 08:45:13 +0100 |
commit | 464a08e7ffded0873dfb1539fceae173c22a1090 (patch) | |
tree | 8d88cd28d2a01b889f2be07fc3bc8f3da6bd29db /hints | |
parent | 8978b4ac1f6bf2c1c69a99d1d1db68ebdfcac193 (diff) | |
download | perl-464a08e7ffded0873dfb1539fceae173c22a1090.tar.gz |
Fix some broken URLs found by Porting/checkURL.pl
Diffstat (limited to 'hints')
-rw-r--r-- | hints/dec_osf.sh | 2 | ||||
-rw-r--r-- | hints/hpux.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index fd0100305b..98569616e6 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -278,7 +278,7 @@ toke_cflags='optimize=-O2' esac # The patch 23787 -# http://public.activestate.com/cgi-bin/perlbrowse?patch=23787 +# http://perl5.git.perl.org/perl.git/commit/73cb726371990cd489597c4fee405a9815abf4da # broke things for gcc (at least gcc 3.3) so that many of the pack() # checksum tests for formats L, j, J, especially when combined # with the < and > specifiers, started to fail if compiled with plain -O3. diff --git a/hints/hpux.sh b/hints/hpux.sh index b26ba8db97..cb1718478e 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -634,7 +634,7 @@ Either you must upgrade to HP-UX 11 or install a posix thread library: or - PTH package from e.g. http://hpux.tn.tudelft.nl/hppd/hpux/alpha.html + PTH package from e.g. http://hpux.connect.org.uk/hppd/hpux/Gnu/pth-2.0.7/ Cannot continue, aborting. EOM |