From 48f03e98ae0a92acca96da3dfd65efe0118a09f9 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Wed, 22 Jan 2003 00:17:16 +0000 Subject: Add --with-64bit when $ARCH is sparc64 or alpha to unbreak build on these platform. Reported by: bento --- comms/conserver-com/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'comms/conserver-com') diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index ed3f74e2c1d4..875140f95415 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -25,6 +25,12 @@ MAN8= conserver.8 DEFAULTPORT?= 782 DEFAULTHOST?= localhost +.include + +.if ${ARCH} == "alpha" || ${ARCH} == "sparc64" +CONFIGURE_ARGS+=--with-64bit +.endif + post-patch: ${REINPLACE_CMD} \ -e 's@/usr/local/bin@${PREFIX}/sbin@' \ @@ -33,4 +39,4 @@ post-patch: post-install: ${LN} -sf ../conserver.rc ${PREFIX}/etc/rc.d/conserver.sh- -.include +.include -- cgit v1.2.3