mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
textproc/ocaml-yojson: fix build on powerpc
This commit is contained in:
parent
7deb22af2d
commit
6458c346b8
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
DUNE_INSTALL_TARGETS= ${OCAML_PACKAGES}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} \
|
||||
${STAGEDIR}${PREFIX}/bin/ydump \
|
||||
|
|
Loading…
Add table
Reference in a new issue