diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/conserver-com/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> -.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" +.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" CONFIGURE_ARGS+=--with-64bit .endif |