mail/hashcash: fix build on powerpc(64) with clang

Switch to GCC to deal with assembly written specifically for GCC.
This commit is contained in:
Piotr Kubaj 2020-08-21 21:47:09 +00:00
parent 8ba266cf1b
commit cfe50d393c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545725

View file

@ -27,6 +27,12 @@ MAKE_ENV+= STAGEDIR=${STAGEDIR}
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc || ${ARCH} == powerpc64
USE_GCC= any
.endif
post-patch-DOCS-off:
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile