diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-24 23:51:09 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-24 23:51:09 +0200 |
commit | 8dae26b718220fdee014e08f88f5df42719295b3 (patch) | |
tree | d2208901938293b385ca9aaba85a8547d4147140 /base/perl/perl-5.8.6-picdl.patch0 | |
parent | 1d0b213e3ae52aad3d8de7d54f8333b201bdb6ab (diff) | |
download | nutyx-pakxe-8dae26b718220fdee014e08f88f5df42719295b3.tar.gz nutyx-pakxe-8dae26b718220fdee014e08f88f5df42719295b3.tar.bz2 nutyx-pakxe-8dae26b718220fdee014e08f88f5df42719295b3.tar.xz nutyx-pakxe-8dae26b718220fdee014e08f88f5df42719295b3.zip |
perl, maj pour la 64 bits
Diffstat (limited to 'base/perl/perl-5.8.6-picdl.patch0')
-rw-r--r-- | base/perl/perl-5.8.6-picdl.patch0 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/base/perl/perl-5.8.6-picdl.patch0 b/base/perl/perl-5.8.6-picdl.patch0 new file mode 100644 index 000000000..f69a6800c --- /dev/null +++ b/base/perl/perl-5.8.6-picdl.patch0 @@ -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 + |