diff options
author | mat <mat@FreeBSD.org> | 2019-04-18 22:44:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-04-18 22:44:47 +0800 |
commit | 12f63219064833f81aea7789ae27c11cab86ce5e (patch) | |
tree | 903fb3cdb9b56eaafecdaab4085562e0d2957f3b /math | |
parent | a6650673ba373fcab671021d2057545c4cb74cd8 (diff) | |
download | freebsd-ports-gnome-12f63219064833f81aea7789ae27c11cab86ce5e.tar.gz freebsd-ports-gnome-12f63219064833f81aea7789ae27c11cab86ce5e.tar.zst freebsd-ports-gnome-12f63219064833f81aea7789ae27c11cab86ce5e.zip |
Add a few BROKEN on 13/i386.
Reported by: pkg-fallout
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Pari/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 0b1a92766aef..54d4ad151271 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -13,6 +13,8 @@ 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 + BUILD_DEPENDS= p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header \ p5-Convert-UU>=0:converters/p5-Convert-UU \ p5-File-Map>=0.57:devel/p5-File-Map \ diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 827c1139b2fd..d3e7ae871286 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -18,6 +18,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BROKEN_aarch64= fails to link: mp.c:(function pari_kernel_init): can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'gpmalloc' defined in init.o +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 LIB_DEPENDS= libgmp.so:math/gmp |