git: 8ae6e04d5276 - main - net-im/uTox: fix build on powerpc64le

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 6 12:22:41 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ae6e04d5276119ae82e069b9ed2d29aa2a8a612

commit 8ae6e04d5276119ae82e069b9ed2d29aa2a8a612
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-06 12:23:12 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-06 12:23:12 +0000

    net-im/uTox: fix build on powerpc64le
    
    Use correct emulation.
---
 net-im/uTox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}},' \


More information about the dev-commits-ports-main mailing list