summaryrefslogtreecommitdiff
path: root/lang/elk
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-05-19 13:13:59 +0000
committerfrueauf <frueauf>1998-05-19 13:13:59 +0000
commite41d279013ebc6aefd0316cbbd54a3db17fba6a2 (patch)
tree3670c37c505618492f363014367dde700ae34776 /lang/elk
parentc0e0b1156d824912c18a418586117b3743d202b8 (diff)
downloadpkgsrc-e41d279013ebc6aefd0316cbbd54a3db17fba6a2.tar.gz
`uname -m` does not give back "m68k", thus list
amiga|atari|hp300|mac68k|mvme68k|sun3|sun3x|x68k instead.
Diffstat (limited to 'lang/elk')
-rw-r--r--lang/elk/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/elk/scripts/configure b/lang/elk/scripts/configure
index 0c8e0196a84..3d05e09407d 100644
--- a/lang/elk/scripts/configure
+++ b/lang/elk/scripts/configure
@@ -3,7 +3,7 @@
mach=`uname -m`
case $mach in
-i386|sparc|m68k)
+i386|sparc|amiga|atari|hp300|mac68k|mvme68k|sun3|sun3x|x68k)
exetype=aout
;;
pmax|alpha)