svn commit: r512033 - head/math/PDL

Antoine Brodin antoine at FreeBSD.org
Sat Sep 14 16:20:31 UTC 2019


Author: antoine
Date: Sat Sep 14 16:20:30 2019
New Revision: 512033
URL: https://svnweb.freebsd.org/changeset/ports/512033

Log:
  Mark BROKEN on i386 with lld
  
  MFH:		2019Q3

Modified:
  head/math/PDL/Makefile

Modified: head/math/PDL/Makefile
==============================================================================
--- head/math/PDL/Makefile	Sat Sep 14 16:04:40 2019	(r512032)
+++ head/math/PDL/Makefile	Sat Sep 14 16:20:30 2019	(r512033)
@@ -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 \


More information about the svn-ports-all mailing list