diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-10 22:36:03 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-10 22:36:03 +0800 |
commit | 40606691f4d14c021c1cab3da84d7d8a24bc7461 (patch) | |
tree | ecc8736c6329c4819198d369328f145debcad8ae | |
parent | cabefd8479fd814761b75d90a758421d766fb988 (diff) | |
download | freebsd-ports-gnome-40606691f4d14c021c1cab3da84d7d8a24bc7461.tar.gz freebsd-ports-gnome-40606691f4d14c021c1cab3da84d7d8a24bc7461.tar.zst freebsd-ports-gnome-40606691f4d14c021c1cab3da84d7d8a24bc7461.zip |
Fix build on amd64
Noticed by: kris
Approved by: Johan van Selst <johans@stack.nl> (maintainer)
-rw-r--r-- | lang/afnix/files/patch-cnf__bin__afnix-guess | 10 |
1 files changed, 10 insertions, 0 deletions
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 + } + |