Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 03:48:24 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563546 - head/math/p5-Math-Pari
Message-ID:  <202102010348.1113mPri042443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Feb  1 03:48:24 2021
New Revision: 563546
URL: https://svnweb.freebsd.org/changeset/ports/563546

Log:
  Remove BROKEN_i386 statement added in r512006: the problem had been fixed
  in r538415.

Modified:
  head/math/p5-Math-Pari/Makefile

Modified: head/math/p5-Math-Pari/Makefile
==============================================================================
--- head/math/p5-Math-Pari/Makefile	Mon Feb  1 03:38:29 2021	(r563545)
+++ head/math/p5-Math-Pari/Makefile	Mon Feb  1 03:48:24 2021	(r563546)
@@ -17,10 +17,6 @@ COMMENT=	Numerical/scientific/number-theoretic calcula
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-.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
-
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		perl5



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