aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA256/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Digest-SHA256/files/patch-Makefile.PL')
-rw-r--r--security/p5-Digest-SHA256/files/patch-Makefile.PL22
1 files changed, 0 insertions, 22 deletions
diff --git a/security/p5-Digest-SHA256/files/patch-Makefile.PL b/security/p5-Digest-SHA256/files/patch-Makefile.PL
deleted file mode 100644
index 863c37335fee..000000000000
--- a/security/p5-Digest-SHA256/files/patch-Makefile.PL
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.PL Mon Mar 12 06:19:07 2001
-+++ Makefile.PL Fri Jan 20 14:23:20 2006
-@@ -9,6 +9,10 @@ WriteMakefile(
- );
-
- if (exists($Config{'byteorder'}) and defined($Config{'byteorder'})) {
-+ my $bo = $Config{'byteorder'};
-+ if (length($bo) == 8 && $Config{use64bitint} && !$Config{use64bitall}) {
-+ $bo =~ s/[5678]//g;
-+ }
- if (-e 'endian.h') {
- warn "Warning: overwriting endian.h\n";
- } else {
-@@ -24,7 +28,7 @@ if (exists($Config{'byteorder'}) and def
-
- /* Warning! this file is automatically generated; changes WILL disappear */
-
--#define BYTEORDER $Config{'byteorder'}
-+#define BYTEORDER $bo
-
- #endif /* ENDIAN_H */
- END_OF_STRING