Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 16:20:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512034 - branches/2019Q3/math/PDL
Message-ID:  <201909141620.x8EGKqBC036954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 14 16:20:52 2019
New Revision: 512034
URL: https://svnweb.freebsd.org/changeset/ports/512034

Log:
  MFH: r512033
  
  Mark BROKEN on i386 with lld

Modified:
  branches/2019Q3/math/PDL/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/math/PDL/Makefile
==============================================================================
--- branches/2019Q3/math/PDL/Makefile	Sat Sep 14 16:20:30 2019	(r512033)
+++ branches/2019Q3/math/PDL/Makefile	Sat Sep 14 16:20:52 2019	(r512034)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909141620.x8EGKqBC036954>