security/ocaml-cryptokit: fix build on powerpc
This commit is contained in:
parent
515983c582
commit
125549ee07
@ -23,6 +23,12 @@ PORTDOCS= *
|
|||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} \
|
@${STRIP_CMD} \
|
||||||
${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/cryptokit/dllcryptokit_stubs.so \
|
${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/cryptokit/dllcryptokit_stubs.so \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user