diff --git a/math/ocaml-num/Makefile b/math/ocaml-num/Makefile index 4b2387b1399f..a9b4ef234367 100644 --- a/math/ocaml-num/Makefile +++ b/math/ocaml-num/Makefile @@ -20,4 +20,10 @@ MAKE_ENV= OCAMLFIND_DESTDIR="${STAGEDIR}${OCAMLFIND_DESTDIR}" MAKE_JOBS_UNSAFE= yes TEST_TARGET= test +.include + +.if ${ARCH} == powerpc +LLD_UNSAFE= yes +.endif + .include