summaryrefslogtreecommitdiff
path: root/hints/amigaos.sh
diff options
context:
space:
mode:
authorNorbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>1997-03-08 12:50:15 +0100
committerChip Salzenberg <chip@atlantic.net>1997-03-07 04:01:12 +1200
commit1b3374cc62aa03a18646979ac5ddbdd3444d2d14 (patch)
tree758b99c70bf962f5e9aa283982c356f7bd41d687 /hints/amigaos.sh
parentd83e6520878f26ddb2592ab5b8b67eb482e51ea6 (diff)
downloadperl-1b3374cc62aa03a18646979ac5ddbdd3444d2d14.tar.gz
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
Diffstat (limited to 'hints/amigaos.sh')
-rw-r--r--hints/amigaos.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/amigaos.sh b/hints/amigaos.sh
index 57c7b62aeb..4108c2ecb8 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"