freebsd-ports/lang/afnix/files/patch-cnf_bin_afnix-guess
Pav Lucistnik e1c5fc8ec0 - Update aleph 0.9.0 to afnix 1.0.0
- Rename to match new name of the project
- Take maintainership

PR:		ports/77611
Submitted by:	Johan van Selst <johans@stack.nl>
Repocopy by:	marcus
2005-02-19 19:54:55 +00:00

10 lines
353 B
Text

--- cnf/bin/afnix-guess.orig Wed Jan 12 06:05:00 2005
+++ cnf/bin/afnix-guess Wed Feb 16 19:18:04 2005
@@ -113,6 +113,7 @@
mips) proc_name=mips;;
mipsel) proc_name=mipsel;;
parisc*) proc_name=pa64;;
+ amd64) proc_name=amd64;;
ia64) proc_name=ia64;;
s390*) proc_name=s390;;
x86_64) proc_name=x64;;