aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2023-02-08 08:16:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2023-02-08 08:19:55 +0000
commit06089821bfecd866ece648b7c52c11f94acd5655 (patch)
tree284b943dcd98e946d324ce65e1f33a2eb48114f1
parent0608981d178c1a75e8adb021a10db7b5924f90ff (diff)
downloadports-06089821bfecd866ece648b7c52c11f94acd5655.tar.gz
ports-06089821bfecd866ece648b7c52c11f94acd5655.zip
math/PDL: mark broken on aarch64 too
-rw-r--r--math/PDL/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 4e0268df7c6f..5737f60c032a 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 \