Date: Sat, 14 Sep 2019 19:18:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512049 - head/devel/p5-Algorithm-Cluster Message-ID: <201909141918.x8EJI2uk043814@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 14 19:18:01 2019 New Revision: 512049 URL: https://svnweb.freebsd.org/changeset/ports/512049 Log: Mark BROKEN on i386 with lld MFH: 2019Q3 Modified: head/devel/p5-Algorithm-Cluster/Makefile Modified: head/devel/p5-Algorithm-Cluster/Makefile ============================================================================== --- head/devel/p5-Algorithm-Cluster/Makefile Sat Sep 14 19:03:35 2019 (r512048) +++ head/devel/p5-Algorithm-Cluster/Makefile Sat Sep 14 19:18:01 2019 (r512049) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909141918.x8EJI2uk043814>