mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/facile: fix build on powerpc
This commit is contained in:
parent
edf835ae23
commit
9f1d9cccd3
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ USES= gmake ocaml
|
|||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET= compile
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e "s,make,${MAKE_CMD},; \
|
||||
s,cp,${INSTALL_DATA},;\
|
||||
|
|
Loading…
Add table
Reference in a new issue