lang/ott: fix build on powerpc

This commit is contained in:
Piotr Kubaj 2025-01-16 15:55:41 +01:00
parent d008eb2fed
commit 832d5688f6

View file

@ -20,6 +20,12 @@ ALL_TARGET= world
PLIST_FILES= bin/ott
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_BINUTILS= yes
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/ott ${STAGEDIR}${PREFIX}/bin