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:
parent
8ba266cf1b
commit
cfe50d393c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545725
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue