mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/abella: fix build on powerpc
This commit is contained in:
parent
125549ee07
commit
dc1e868bc9
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ USES= gmake
|
|||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/_build/default/src/${PORTNAME}.exe ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue