From c8f4fd9d5e7a6c5df1e519b263b7aabf88e3a261 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 22 Jan 2003 20:44:46 +0000 Subject: [PATCH] ia64 is also a 64-bit platform. --- comms/conserver-com/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index 875140f95415..2495cf1bb2a6 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -27,7 +27,7 @@ DEFAULTHOST?= localhost .include -.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" +.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" CONFIGURE_ARGS+=--with-64bit .endif