svn commit: r512050 - branches/2019Q3/devel/p5-Algorithm-Cluster

Antoine Brodin antoine at FreeBSD.org
Sat Sep 14 19:18:28 UTC 2019


Author: antoine
Date: Sat Sep 14 19:18:27 2019
New Revision: 512050
URL: https://svnweb.freebsd.org/changeset/ports/512050

Log:
  MFH: r512049
  
  Mark BROKEN on i386 with lld

Modified:
  branches/2019Q3/devel/p5-Algorithm-Cluster/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/devel/p5-Algorithm-Cluster/Makefile
==============================================================================
--- branches/2019Q3/devel/p5-Algorithm-Cluster/Makefile	Sat Sep 14 19:18:01 2019	(r512049)
+++ branches/2019Q3/devel/p5-Algorithm-Cluster/Makefile	Sat Sep 14 19:18:27 2019	(r512050)
@@ -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


More information about the svn-ports-branches mailing list