git: a0bf3b4105dd - main - lang/ocaml: switch to clang + bfd on powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 25 Apr 2022 14:28:23 UTC
The branch main has been updated by pkubaj:

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

commit a0bf3b4105ddcb01aa2e5b90ef52c239fe158f32
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-25 14:12:45 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-25 14:12:45 +0000

    lang/ocaml: switch to clang + bfd on powerpc64
---
 lang/ocaml/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 2de010864af4..d4019d14ca4f 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -102,7 +102,7 @@ PLIST_SUB+=	PROF=""
 
 .if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
 EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-asmcomp_power_arch.ml
-USE_GCC=	yes
+LLD_UNSAFE=	yes
 .endif
 
 .if ${ARCH} == powerpc64le