aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-14 16:20:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-14 16:20:52 +0000
commitd8e892f75e7bc8961a8483b0c34528499cb4d8f7 (patch)
tree7e1717d40ae3ba39a76113d98c33d3638b632cdb
parent722773c94a855dbf1eaa19466a27b0fdd080c4d4 (diff)
downloadports-d8e892f75e7bc8961a8483b0c34528499cb4d8f7.tar.gz
ports-d8e892f75e7bc8961a8483b0c34528499cb4d8f7.zip
MFH: r512033
Mark BROKEN on i386 with lld
Notes
Notes: svn path=/branches/2019Q3/; revision=512034
-rw-r--r--math/PDL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 54d4ad151271..a49cac7400c4 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -13,7 +13,9 @@ COMMENT= Perl Data Language
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BROKEN_FreeBSD_13_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
+.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
BUILD_DEPENDS= p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header \
p5-Convert-UU>=0:converters/p5-Convert-UU \