devel/ocaml-findlib: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-11 16:24:05 +01:00
parent ce70fe7868
commit fc39cb82cd

View File

@ -33,6 +33,12 @@ TOOLBOX_CONFIGURE_ON= -with-toolbox
TOOLBOX_RUN_DEPENDS= labltk:x11-toolkits/ocaml-labltk TOOLBOX_RUN_DEPENDS= labltk:x11-toolkits/ocaml-labltk
TOOLBOX_BUILD_DEPENDS= ${TOOLBOX_RUN_DEPENDS} TOOLBOX_BUILD_DEPENDS= ${TOOLBOX_RUN_DEPENDS}
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
post-install: post-install: