ia64 is also a 64-bit platform.

This commit is contained in:
Kris Kennaway 2003-01-22 20:44:46 +00:00
parent c8e74261eb
commit c8f4fd9d5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73812

View file

@ -27,7 +27,7 @@ DEFAULTHOST?= localhost
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "sparc64"
.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
CONFIGURE_ARGS+=--with-64bit
.endif