f366de4190
PR: ports/102764 Submitted by: keramida (maintainer)
12 lines
456 B
Text
12 lines
456 B
Text
--- ./configure.in.orig Sun Aug 27 04:16:25 2006
|
|
+++ ./configure.in Fri Sep 1 21:10:08 2006
|
|
@@ -237,6 +237,9 @@
|
|
opsys=freebsd
|
|
case "${canonical}" in
|
|
alpha*-*-freebsd*) machine=alpha ;;
|
|
+ ia64-*-freebsd*) machine=ia64 ;;
|
|
+ sparc64-*-freebsd*) machine=sparc ;;
|
|
+ powerpc-*-freebsd*) machine=macppc ;;
|
|
i[3456]86-*-freebsd*) machine=intel386 ;;
|
|
amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
|
|
esac
|