diff --git a/x11-toolkits/ocaml-labltk/Makefile b/x11-toolkits/ocaml-labltk/Makefile index 508f711bb02b..87edccbe0e36 100644 --- a/x11-toolkits/ocaml-labltk/Makefile +++ b/x11-toolkits/ocaml-labltk/Makefile @@ -29,6 +29,12 @@ MAKE_JOBS_UNSAFE= yes ALL_TARGET= all opt +.include + +.if ${ARCH} == powerpc +LLD_UNSAFE= yes +.endif + post-patch: @${REINPLACE_CMD} \ -e '/exec $$(INSTALLDIR)/s|$$(INSTALLDIR)|$$(PREFIX)/$$(INSTALLDIR_REL)|g' \