svn commit: r563546 - head/math/p5-Math-Pari
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Feb 1 03:48:25 UTC 2021
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
More information about the svn-ports-all
mailing list