diff options
author | 2003-11-29 22:13:08 +0000 | |
---|---|---|
committer | 2003-11-29 22:13:08 +0000 | |
commit | 50d9f1ba9e759d5b136cccbf65140ef41cf60432 (patch) | |
tree | 81656a909dd095834cce1de3e5e9f1bafd21555e /dev-lang/perl/files | |
parent | fixing Manifest (diff) | |
download | historical-50d9f1ba9e759d5b136cccbf65140ef41cf60432.tar.gz historical-50d9f1ba9e759d5b136cccbf65140ef41cf60432.tar.bz2 historical-50d9f1ba9e759d5b136cccbf65140ef41cf60432.zip |
cccdlflags for static archives patch
Diffstat (limited to 'dev-lang/perl/files')
-rw-r--r-- | dev-lang/perl/files/digest-perl-5.8.2-r1 | 1 | ||||
-rw-r--r-- | dev-lang/perl/files/perl-5.8.2-picdl.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/perl/files/digest-perl-5.8.2-r1 b/dev-lang/perl/files/digest-perl-5.8.2-r1 new file mode 100644 index 000000000000..03c9dcc55731 --- /dev/null +++ b/dev-lang/perl/files/digest-perl-5.8.2-r1 @@ -0,0 +1 @@ +MD5 fa356b74f99166b63a68a322c3c68f91 perl-5.8.2.tar.gz 11896287 diff --git a/dev-lang/perl/files/perl-5.8.2-picdl.patch b/dev-lang/perl/files/perl-5.8.2-picdl.patch new file mode 100644 index 000000000000..f69a6800cf48 --- /dev/null +++ b/dev-lang/perl/files/perl-5.8.2-picdl.patch @@ -0,0 +1,13 @@ +--- Makefile.SH.orig 2003-11-29 01:16:15.000000000 -0800 ++++ Makefile.SH 2003-11-29 01:16:52.000000000 -0800 +@@ -129,8 +129,8 @@ + + ;; + +-*) pldlflags='' +- static_target='static' ++*) pldlflags="$cccdlflags" ++ static_target='static_pic' + ;; + esac + |