math/abella: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-19 13:17:23 +01:00
parent 125549ee07
commit dc1e868bc9

View file

@ -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}