mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/ocaml-spelll: fix build on powerpc
This commit is contained in:
parent
0751045d61
commit
68fe66b024
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ PORTDOCS= LICENSE README.md
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
-e "s/(lang dune.*/&\n(version ${DISTVERSION})/" \
|
-e "s/(lang dune.*/&\n(version ${DISTVERSION})/" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue