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

devel/ocaml-re: fix build on powerpc

parent 23256071
Branches
Tags
No related merge requests found
......@@ -20,6 +20,12 @@ PORTDOCS= CHANGES.md LICENSE.md README.md
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-patch:
${REINPLACE_CMD} \
-e "s/(name ${PORTNAME})/&\n (version ${PORTVERSION})/" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment