diff options
author | Marcel Denia <naoir@gmx.net> | 2014-07-04 20:15:29 +0200 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2014-07-07 22:54:13 +0200 |
commit | 6818ac43132d4144af6c5e7851534ce8ee043f46 (patch) | |
tree | 8c408386e794759d8385a7add0419e6fd0ec130d /lang | |
parent | 56763a7a3fd45ca87ce52205ec513f69332d8aab (diff) |
lang/perl: Rebase patches
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl/patches/101-fix-cross-compile-endianness-detection.patch | 2 | ||||
-rw-r--r-- | lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl/patches/101-fix-cross-compile-endianness-detection.patch b/lang/perl/patches/101-fix-cross-compile-endianness-detection.patch index 8fea9c0fb..e187941eb 100644 --- a/lang/perl/patches/101-fix-cross-compile-endianness-detection.patch +++ b/lang/perl/patches/101-fix-cross-compile-endianness-detection.patch @@ -1,6 +1,6 @@ --- a/config_h.SH +++ b/config_h.SH -@@ -53,6 +53,19 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#und +@@ -52,6 +52,19 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#und #ifndef _config_h_ #define _config_h_ diff --git a/lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch b/lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch index 2a0dd6b3d..761f8b927 100644 --- a/lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch +++ b/lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch @@ -1,6 +1,6 @@ --- a/hints/linux.sh +++ b/hints/linux.sh -@@ -133,6 +133,24 @@ case "$optimize" in +@@ -204,6 +204,24 @@ case "$libc" in ;; esac |