From 9f1d9cccd3f3022f14a2c4d359597af8caed680f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 6 Jan 2025 21:08:54 +0100 Subject: [PATCH] math/facile: fix build on powerpc --- math/facile/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/math/facile/Makefile b/math/facile/Makefile index 63fcaa159468..445ac07df1ec 100644 --- a/math/facile/Makefile +++ b/math/facile/Makefile @@ -16,6 +16,12 @@ USES= gmake ocaml HAS_CONFIGURE= yes ALL_TARGET= compile +.include + +.if ${ARCH} == powerpc +USE_BINUTILS= yes +.endif + post-configure: ${REINPLACE_CMD} -e "s,make,${MAKE_CMD},; \ s,cp,${INSTALL_DATA},;\