summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-ck
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/patches/patch-ck')
-rw-r--r--lang/perl5/patches/patch-ck26
1 files changed, 0 insertions, 26 deletions
diff --git a/lang/perl5/patches/patch-ck b/lang/perl5/patches/patch-ck
deleted file mode 100644
index ae78c34999b..00000000000
--- a/lang/perl5/patches/patch-ck
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ck,v 1.3 2015/12/28 13:44:03 adam Exp $
-
---- hints/aix_4.sh.orig 2004-09-09 23:29:04.000000000 -0700
-+++ hints/aix_4.sh 2005-03-08 18:42:35.000000000 -0700
-@@ -103,9 +103,10 @@
- esac
-
- # uname -m output is too specific and not appropriate here
--case "$archname" in
-- '') archname="$osname" ;;
-- esac
-+#case "$archname" in
-+# '') archname="$osname" ;;
-+# esac
-+archname="rs6000-$osname"
-
- cc=${cc:-cc}
- ccflags="$ccflags -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE"
-@@ -310,6 +311,7 @@
- d_getgrent_r='undef'
- d_getpwent_r='undef'
- d_random_r='undef'
-+ d_srandom_r='undef'
- d_setgrent_r='undef'
- d_setpwent_r='undef'
- d_srand48_r='undef'