git: 2745cae4c6be - main - devel/p5-Algorithm-Cluster: same issue on powerpc as on i386
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jun 15 08:42:10 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2745cae4c6be47ff2077e2f165de23309951c98f
commit 2745cae4c6be47ff2077e2f165de23309951c98f
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:00 +0000
Commit: Piotr Kubaj <pkubaj at 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
More information about the dev-commits-ports-all
mailing list