mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/ocaml-num: fix build on powerpc
cc: error: invalid linker name in argument '-fuse-ld=bfd'
This commit is contained in:
parent
e5858d310f
commit
931fdd5cd8
1 changed files with 6 additions and 0 deletions
|
@ -20,4 +20,10 @@ MAKE_ENV= OCAMLFIND_DESTDIR="${STAGEDIR}${OCAMLFIND_DESTDIR}"
|
|||
MAKE_JOBS_UNSAFE= yes
|
||||
TEST_TARGET= test
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
LLD_UNSAFE= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue