aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-05-05 06:12:59 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-05-05 06:13:39 +0000
commit09cba4810242c04f795cbdb86c9c16c297cd9aea (patch)
treed36fa8652643364e404624e7296d42d4e8927bfd
parent395f20408497fd0db6f404d5f7e7e2686baecaa0 (diff)
downloadports-09cba4810242c04f795cbdb86c9c16c297cd9aea.tar.gz
ports-09cba4810242c04f795cbdb86c9c16c297cd9aea.zip
devel/hs-threadscope: Mark BROKEN on aarch64.
Reported by: pkg-fallout
-rw-r--r--devel/hs-threadscope/Makefile2
1 files changed, 2 insertions, 0 deletions
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>