diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-05 05:37:42 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-05 05:38:35 +0000 |
commit | 17c993f62adaf8ab2ea30aa6b042e76f37e2b65b (patch) | |
tree | 88b08988a4e9fb6497f356219a41ec161371b615 | |
parent | cabd9376521555cf8026b5416c5f033ebbd3d7b1 (diff) | |
download | ports-17c993f62adaf8ab2ea30aa6b042e76f37e2b65b.tar.gz ports-17c993f62adaf8ab2ea30aa6b042e76f37e2b65b.zip |
math/asymptote: Broken on 12/i386
Reported by: fallout
-rw-r--r-- | math/asymptote/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 38faf4eaff9d..4859c1021924 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual ONLY_FOR_ARCHS= amd64 i386 +BROKEN_FreeBSD_12_i386= ./base/plain_filldraw.asy: 21.5: runtime: gmake[2]: *** [Makefile:42: makepen.pdf] Floating point exception (core dumped) LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl \ |