mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
ia64 is also a 64-bit platform.
This commit is contained in:
parent
c8e74261eb
commit
c8f4fd9d5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73812
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user