forked from Lainports/freebsd-ports
x11-toolkits/ocaml-lablgtk2: fix build on powerpc
This commit is contained in:
parent
ba2551057f
commit
73add20eaa
1 changed files with 6 additions and 0 deletions
|
|
@ -64,6 +64,12 @@ LIBRSVG2_CONFIGURE_WITH=rsvg
|
||||||
LIBRSVG2_USE= GNOME=librsvg2
|
LIBRSVG2_USE= GNOME=librsvg2
|
||||||
LIBRSVG2_VARS= EXAMPLES_SUBDIRS+=rsvg
|
LIBRSVG2_VARS= EXAMPLES_SUBDIRS+=rsvg
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install-DOCS-on:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue