summaryrefslogtreecommitdiff
path: root/lang/perl58/patches/patch-ck
blob: d995a6e1b0222a92c27cc9be0a1e56ec50e9e3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-ck,v 1.1 2005/03/09 03:49:23 garbled 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"
@@ -297,6 +298,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'