summaryrefslogtreecommitdiff
path: root/hints/dec_osf.sh
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2011-06-12 08:45:13 +0100
committerLeon Brocard <acme@astray.com>2011-06-12 08:45:13 +0100
commit464a08e7ffded0873dfb1539fceae173c22a1090 (patch)
tree8d88cd28d2a01b889f2be07fc3bc8f3da6bd29db /hints/dec_osf.sh
parent8978b4ac1f6bf2c1c69a99d1d1db68ebdfcac193 (diff)
downloadperl-464a08e7ffded0873dfb1539fceae173c22a1090.tar.gz
Fix some broken URLs found by Porting/checkURL.pl
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r--hints/dec_osf.sh2
1 files changed, 1 insertions, 1 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.