Add --with-64bit when $ARCH is sparc64 or alpha to unbreak build on these

platform.

Reported by:	bento
This commit is contained in:
Jun Kuriyama
2003-01-22 00:17:16 +00:00
parent 756984c917
commit 48f03e98ae

View File

@@ -25,6 +25,12 @@ MAN8= conserver.8
DEFAULTPORT?= 782
DEFAULTHOST?= localhost
.include <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>