From 40606691f4d14c021c1cab3da84d7d8a24bc7461 Mon Sep 17 00:00:00 2001 From: mnag Date: Mon, 10 Oct 2005 14:36:03 +0000 Subject: Fix build on amd64 Noticed by: kris Approved by: Johan van Selst (maintainer) --- lang/afnix/files/patch-cnf__bin__afnix-guess | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/afnix/files/patch-cnf__bin__afnix-guess (limited to 'lang/afnix') diff --git a/lang/afnix/files/patch-cnf__bin__afnix-guess b/lang/afnix/files/patch-cnf__bin__afnix-guess new file mode 100644 index 000000000000..22eacaa3c576 --- /dev/null +++ b/lang/afnix/files/patch-cnf__bin__afnix-guess @@ -0,0 +1,10 @@ +--- cnf/bin/afnix-guess.orig Mon Oct 10 11:02:54 2005 ++++ cnf/bin/afnix-guess Mon Oct 10 11:03:10 2005 +@@ -116,6 +116,7 @@ + ia64) proc_name=ia64;; + s390*) proc_name=s390;; + x86_64) proc_name=x64;; ++ amd64) proc_name=x64;; + esac + } + -- cgit