From 8ae6e04d5276119ae82e069b9ed2d29aa2a8a612 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 6 Apr 2021 14:23:12 +0200 Subject: net-im/uTox: fix build on powerpc64le Use correct emulation. --- net-im/uTox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im') diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index af6053873f68..4eea7d5487ac 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -47,7 +47,7 @@ _LLD_EMUL_armv7= armelf_fbsd _LLD_EMUL_i386= elf_i386_fbsd _LLD_EMUL_powerpc= elf32ppc_fbsd _LLD_EMUL_powerpc64= elf64ppc_fbsd -_LLD_EMUL_powerpc64le= elf64ppc_fbsd +_LLD_EMUL_powerpc64le= elf64lppc_fbsd post-patch: @${REINPLACE_CMD} 's,[[:<:]]ld[[:>:]],ld -m${_LLD_EMUL_${ARCH}},' \ -- cgit v1.2.3