Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 12:22:41 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ae6e04d5276 - main - net-im/uTox: fix build on powerpc64le
Message-ID:  <202104061222.136CMfrd034571@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit 8ae6e04d5276119ae82e069b9ed2d29aa2a8a612
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-06 12:23:12 +0000
Commit:     Piotr Kubaj <pkubaj@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}},' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061222.136CMfrd034571>