Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2021 08:42:10 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: 2745cae4c6be - main - devel/p5-Algorithm-Cluster: same issue on powerpc as on i386
Message-ID:  <202106150842.15F8gA7d064481@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=2745cae4c6be47ff2077e2f165de23309951c98f

commit 2745cae4c6be47ff2077e2f165de23309951c98f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-15 08:41:00 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-15 08:41:00 +0000

    devel/p5-Algorithm-Cluster: same issue on powerpc as on i386
---
 devel/p5-Algorithm-Cluster/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/p5-Algorithm-Cluster/Makefile b/devel/p5-Algorithm-Cluster/Makefile
index bad13bafc0a3..d44408a9f624 100644
--- a/devel/p5-Algorithm-Cluster/Makefile
+++ b/devel/p5-Algorithm-Cluster/Makefile
@@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == i386 && ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+.if (${ARCH} == powerpc || ${ARCH} == i386) && ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
 USE_GCC=	yes
 .endif
 



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