aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-14 19:18:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-14 19:18:27 +0000
commit081feb776ecaec56269bd4d4f2af0d2453618ede (patch)
tree64bd1c867ce4560a6d95437ac646575e7d5ce777
parentf2d479e0f7dfd440d9d4f623d8186936875b5798 (diff)
downloadports-081feb776ecaec56269bd4d4f2af0d2453618ede.tar.gz
ports-081feb776ecaec56269bd4d4f2af0d2453618ede.zip
MFH: r512049
Mark BROKEN on i386 with lld
Notes
Notes: svn path=/branches/2019Q3/; revision=512050
-rw-r--r--devel/p5-Algorithm-Cluster/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Algorithm-Cluster/Makefile b/devel/p5-Algorithm-Cluster/Makefile
index bc4df0c7f887..2b177cde984c 100644
--- a/devel/p5-Algorithm-Cluster/Makefile
+++ b/devel/p5-Algorithm-Cluster/Makefile
@@ -14,7 +14,9 @@ COMMENT= Perl interface to C clustering library
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
USES= perl5
USE_PERL5= configure