Build under amd64 with no problem.

PR: ports/78048
Submitted by: Conrad J. Sabatier <conrads@cox.net>
This commit is contained in:
Kevin Lo 2005-03-02 08:07:10 +00:00
parent fa0bf351d6
commit a6716d086f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130157

View File

@ -26,8 +26,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
${WRKSRC}/${CONFIGURE_SCRIPT}
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on amd64 or ia64"
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64"
.endif
.include <bsd.port.post.mk>