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

devel/menhir: fix build on powerpc

parent 81d36973
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@ PORTDOCS= ${OCAML_PACKAGES:@p@$p@}
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/menhir
@${STRIP_CMD} \
......
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