summaryrefslogtreecommitdiff
path: root/emulators/swarm/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/swarm/patches/patch-ak')
-rw-r--r--emulators/swarm/patches/patch-ak17
1 files changed, 14 insertions, 3 deletions
diff --git a/emulators/swarm/patches/patch-ak b/emulators/swarm/patches/patch-ak
index ed63f82cb9f..2b99d485581 100644
--- a/emulators/swarm/patches/patch-ak
+++ b/emulators/swarm/patches/patch-ak
@@ -1,8 +1,19 @@
-$NetBSD: patch-ak,v 1.1 2005/12/09 12:10:09 joerg Exp $
+$NetBSD: patch-ak,v 1.2 2012/05/23 05:19:40 dholland Exp $
---- bin/scripts/arch.orig 2005-12-09 11:57:36.000000000 +0000
+- teach it about linux on x86_64
+- support dragonfly by using the freebsd config
+
+--- bin/scripts/arch.orig 2001-04-17 14:04:10.000000000 +0000
+++ bin/scripts/arch
-@@ -183,7 +183,7 @@ Linux) case "$machine" in
+@@ -161,6 +161,7 @@ Linux) case "$machine" in
+ alpha) arch=$machine; bin=${machine}_linux;;
+ i[3456]86) arch=ix86; machine=$arch; bin=${machine}_linux;;
+ sparc) arch=$machine; bin=${machine}_linux;;
++ x86_64) arch=$machine; bin=${machine}_linux;;
+ *) echo 1>&2 "Unknown $system machine $machine"; exit 3;;
+ esac
+ # work out Linux version. On RedHat we check for /etc/redhat-release
+@@ -183,7 +184,7 @@ Linux) case "$machine" in
kbin=$bin
k_version=$version;;