mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/ocaml-zarith: fix build on powerpc
This commit is contained in:
parent
ed281c3689
commit
aac7ecb0f6
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,12 @@ OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
DOCS_ALL_TARGET=doc
|
DOCS_ALL_TARGET=doc
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} \
|
@${STRIP_CMD} \
|
||||||
${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/dllzarith.so \
|
${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/dllzarith.so \
|
||||||
|
|
Loading…
Add table
Reference in a new issue