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

devel/ocaml-domain-name: fix build on powerpc

parent cba502da
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,12 @@ OPTIONS_DEFINE= DOCS
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
PORTDOCS= CHANGES.md LICENSE.md README.md
.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.
Finish editing this message first!
Please register or to comment