git: 09cba4810242 - main - devel/hs-threadscope: Mark BROKEN on aarch64.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 05 May 2022 06:13:43 UTC
The branch main has been updated by arrowd:

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

commit 09cba4810242c04f795cbdb86c9c16c297cd9aea
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-05-05 06:12:59 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-05-05 06:13:39 +0000

    devel/hs-threadscope: Mark BROKEN on aarch64.
    
    Reported by:    pkg-fallout
---
 devel/hs-threadscope/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/hs-threadscope/Makefile b/devel/hs-threadscope/Makefile
index 4f7ec2914dc8..a174f01fffaf 100644
--- a/devel/hs-threadscope/Makefile
+++ b/devel/hs-threadscope/Makefile
@@ -34,4 +34,6 @@ USE_CABAL=	alex-3.2.6 \
 		utf8-string-1.0.2 \
 		vector-0.12.2.0
 
+BROKEN_aarch64=	 ld.lld: error: relocation R_AARCH64_PREL64 cannot be used against symbol ... recompile with -fPIC
+
 .include <bsd.port.mk>