lang/ocaml-camlidl: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-16 14:34:30 +01:00
parent f2e5a36188
commit 1cf9ad8128

View file

@ -23,6 +23,12 @@ DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= hevea>=0:textproc/hevea
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-patch:
@${LN} -sf ${WRKSRC}/config/Makefile.unix ${WRKSRC}/config/Makefile