mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
x11-toolkits/ocaml-labltk: fix build on powerpc
cc: error: invalid linker name in argument '-fuse-ld=bfd'
This commit is contained in:
parent
0f3e16d9b5
commit
ed10c7be06
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ MAKE_JOBS_UNSAFE= yes
|
|||
|
||||
ALL_TARGET= all opt
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
LLD_UNSAFE= yes
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e '/exec $$(INSTALLDIR)/s|$$(INSTALLDIR)|$$(PREFIX)/$$(INSTALLDIR_REL)|g' \
|
||||
|
|
Loading…
Add table
Reference in a new issue