mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
devel/ocaml-compiler-libs: fix build on powerpc
This commit is contained in:
parent
9180179bfd
commit
63c1b6f524
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ PORTDOCS= CHANGES.md LICENSE.md README.org
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e "s/(name ${PORTNAME})/&\n (version ${PORTVERSION})/" \
|
||||
|
|
Loading…
Add table
Reference in a new issue