summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/perl-blead/files/perl-blead-hppa-pa7200-configure.patch')
-rw-r--r--dev-lang/perl-blead/files/perl-blead-hppa-pa7200-configure.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/perl-blead/files/perl-blead-hppa-pa7200-configure.patch b/dev-lang/perl-blead/files/perl-blead-hppa-pa7200-configure.patch
deleted file mode 100644
index 52a9b3b42..000000000
--- a/dev-lang/perl-blead/files/perl-blead-hppa-pa7200-configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Configure.orig 2007-07-05 13:40:01.000000000 -0400
-+++ Configure 2007-07-05 13:40:29.000000000 -0400
-@@ -3028,7 +3028,7 @@ $eunicefix tr
- : Try to determine whether config.sh was made on this system
- case "$config_sh" in
- '')
--myuname=`$uname -a 2>/dev/null`
-+myuname=`$uname -a | $sed -e "s/'//" 2>/dev/null`
- $test -z "$myuname" && myuname=`hostname 2>/dev/null`
- # tr '[A-Z]' '[a-z]' would not work in EBCDIC
- # because the A-Z/a-z are not consecutive.