summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2023-02-08 09:16:15 +0100
committerMathieu Arnold <mat@FreeBSD.org>2023-02-08 09:25:42 +0100
commit060529900f14f14db7997e3cbdd2eb01190b11cc (patch)
tree9c7c0c7cf221aa3b28831ebe7b080a97d09bb304 /math
parentmath/PDL: drop maintainership (diff)
math/PDL: mark broken on aarch64 too
(cherry picked from commit 06089821bfecd866ece648b7c52c11f94acd5655)
Diffstat (limited to 'math')
-rw-r--r--math/PDL/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 4d0777102512..e1246cc39177 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -14,6 +14,7 @@ LICENSE_COMB= dual
.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
BROKEN_i386= ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
.endif
+BROKEN_aarch64= ld: error: relocation R_AARCH64_ADR_PREL_PG_HI21 cannot be used against symbol __stack_chk_guard; recompile with -fPIC
BUILD_DEPENDS= p5-Devel-CheckLib>=1.01:devel/p5-Devel-CheckLib \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser \