math/ocaml-num: fix build on powerpc

cc: error: invalid linker name in argument '-fuse-ld=bfd'
This commit is contained in:
Piotr Kubaj 2024-12-31 14:52:12 +01:00
parent e5858d310f
commit 931fdd5cd8

View file

@ -20,4 +20,10 @@ MAKE_ENV= OCAMLFIND_DESTDIR="${STAGEDIR}${OCAMLFIND_DESTDIR}"
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
TEST_TARGET= test TEST_TARGET= test
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
LLD_UNSAFE= yes
.endif
.include <bsd.port.mk> .include <bsd.port.mk>