mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/ocaml-ocamlgraph: fix build on powerpc
This commit is contained in:
parent
7f3cfa31a6
commit
b5252f256d
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ PORTDOCS= *
|
|||
|
||||
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