git: 3d1ba1a1296f - main - lang/ocaml: use LLD_UNSAFE instead of USE_GCC on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 19 Apr 2022 12:09:24 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d1ba1a1296fd97fa7ce38c15f0ddfb54e4a4802

commit 3d1ba1a1296fd97fa7ce38c15f0ddfb54e4a4802
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-17 15:19:10 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-19 12:09:13 +0000

    lang/ocaml: use LLD_UNSAFE instead of USE_GCC on powerpc64le
---
 lang/ocaml/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 15f40a121325..618228828938 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -116,7 +116,7 @@ USE_GCC=	yes
 .endif
 
 .if ${ARCH} == powerpc64le
-USE_GCC=	yes
+LLD_UNSAFE=	yes
 .endif
 
 post-extract: