aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-15 08:41:00 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-15 08:41:00 +0000
commit2745cae4c6be47ff2077e2f165de23309951c98f (patch)
tree34997b60cb13e0bbaebfdd3f05bd4bbcb69c232e
parent02d90298b971df035a3cb3640dd77a205023e9fd (diff)
downloadports-2745cae4c6be47ff2077e2f165de23309951c98f.tar.gz
ports-2745cae4c6be47ff2077e2f165de23309951c98f.zip
devel/p5-Algorithm-Cluster: same issue on powerpc as on i386
-rw-r--r--devel/p5-Algorithm-Cluster/Makefile2
1 files changed, 1 insertions, 1 deletions
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