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

devel/ocaml-result: fix build on powerpc

parent 5b920670
Branches
Tags
No related merge requests found
......@@ -22,6 +22,12 @@ MAKE_ENV= LIBDIR=${PREFIX}/${OCAML_SITELIBDIR}
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/result/result.cmxs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment