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

security/ocaml-ssl: fix build on powerpc

parent 87419e20
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,12 @@ EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment