mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/ocaml-cmdliner: fix build on powerpc
sh: /usr/local/bin/as: not found
This commit is contained in:
parent
7b7f3c0445
commit
e5858d310f
1 changed files with 6 additions and 0 deletions
|
@ -22,4 +22,10 @@ INSTALL_TARGET= install
|
|||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_INSTALL_TARGET= install-doc
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue