aboutsummaryrefslogtreecommitdiff
path: root/math/PDL
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-14 16:20:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-14 16:20:30 +0000
commit50f9b598f04f7f2d228f625c5c4cac33d08b2527 (patch)
tree914f5e0161d1d3eb9f45ad7ce5dc02bc2b04c94d /math/PDL
parentf62b2924979e27b33983c30d816b7382357446eb (diff)
downloadports-50f9b598f04f7f2d228f625c5c4cac33d08b2527.tar.gz
ports-50f9b598f04f7f2d228f625c5c4cac33d08b2527.zip
Mark BROKEN on i386 with lld
MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=512033
Diffstat (limited to 'math/PDL')
-rw-r--r--math/PDL/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index d276a1e4dd87..9f39c6fe0183 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 \