diff --git a/math/ocaml-zarith/Makefile b/math/ocaml-zarith/Makefile index 4e3f49ad32ee..c59054723086 100644 --- a/math/ocaml-zarith/Makefile +++ b/math/ocaml-zarith/Makefile @@ -32,6 +32,12 @@ OPTIONS_DEFINE= DOCS DOCS_ALL_TARGET=doc +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-install: @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/${PORTNAME}/dllzarith.so \