git: f0eaa6cde1be - main - net-p2p/mldonkey: builds fine with clang on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Oct 2021 19:32:29 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0eaa6cde1be3da53cbb97720b74ebb4564205ce commit f0eaa6cde1be3da53cbb97720b74ebb4564205ce Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-16 19:07:42 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-16 19:07:42 +0000 net-p2p/mldonkey: builds fine with clang on powerpc --- net-p2p/mldonkey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 5e275d7c9ad5..8a441632c911 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -94,7 +94,7 @@ ALL_TARGET+= \ .include <bsd.port.pre.mk> -.if ${ARCH:Mpowerpc*} +.if ${ARCH:Mpowerpc64*} USE_GCC= yes .endif