net-p2p/mldonkey: builds fine with clang on powerpc

This commit is contained in:
Piotr Kubaj 2021-10-16 19:07:42 +00:00
parent dd46abafc5
commit f0eaa6cde1

View file

@ -94,7 +94,7 @@ ALL_TARGET+= \
.include <bsd.port.pre.mk>
.if ${ARCH:Mpowerpc*}
.if ${ARCH:Mpowerpc64*}
USE_GCC= yes
.endif