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

x11-toolkits/ocaml-lablgtk2: fix build on powerpc

parent ba255105
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,12 @@ LIBRSVG2_CONFIGURE_WITH=rsvg
LIBRSVG2_USE= GNOME=librsvg2
LIBRSVG2_VARS= EXAMPLES_SUBDIRS+=rsvg
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
......
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