Skip to content
Snippets Groups Projects
Commit 4fa25e8c authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

devel/ocaml-pomap: fix build on powerpc

parent 2c65fa8d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@ EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
do-build:
cd ${BUILD_WRKSRC} && dune build --verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment