From: Norbert Pueschel Date: Sat, 8 Mar 1997 11:50:15 +0000 (+0100) Subject: AmigaOS hint patch X-Git-Tag: accepted/trunk/20130322.191538~38041^2~276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b3374cc62aa03a18646979ac5ddbdd3444d2d14;p=platform%2Fupstream%2Fperl.git AmigaOS hint patch 92 compiles and tests 100% under AmigaOS and NetBSD 1.2. The following patch is needed to prevent Configure from blowing up pdksh. Don't ask me why, I haven't the foggiest idea. :-( p5p-msgid: 77724767@Armageddon.meb.uni-bonn.de --- diff --git a/hints/amigaos.sh b/hints/amigaos.sh index 57c7b62..4108c2e 100644 --- a/hints/amigaos.sh +++ b/hints/amigaos.sh @@ -17,6 +17,10 @@ d_fork='undef' d_vfork='define' groupstype='int' +# the following is needed to prevent pdksh from blowing up + +i_neterrno='undef' + # libs libpth="$prefix/lib /local/lib"