From 832d5688f656c4898a4177b9bc332717949c32c0 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 16 Jan 2025 15:55:41 +0100 Subject: [PATCH] lang/ott: fix build on powerpc --- lang/ott/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ott/Makefile b/lang/ott/Makefile index 52982e8d505d..e022d0717d74 100644 --- a/lang/ott/Makefile +++ b/lang/ott/Makefile @@ -20,6 +20,12 @@ ALL_TARGET= world PLIST_FILES= bin/ott +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/ott ${STAGEDIR}${PREFIX}/bin