aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-19 07:59:07 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-19 08:02:02 +0000
commitcce9e01fd77f21dbad648840082feaa12dff12d0 (patch)
tree09ec0845b60479b9113970c6ce1a787f126bd620 /math
parent3087799ebc778e095161db8c9cb3cc72207bc464 (diff)
downloadports-cce9e01fd77f21dbad648840082feaa12dff12d0.tar.gz
ports-cce9e01fd77f21dbad648840082feaa12dff12d0.zip
math/apron: Add #include statement for fpsetround(3)
Lack of fpsetround(3) declaration caused breakage on some architectures. Reported by: fallout (cherry picked from commit 7c00c142b73b100af153af8fbda428cd0d6aaf53)
Diffstat (limited to 'math')
-rw-r--r--math/apron/Makefile3
-rw-r--r--math/apron/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/math/apron/Makefile b/math/apron/Makefile
index 6bb03728c63c..833d50dc1a3c 100644
--- a/math/apron/Makefile
+++ b/math/apron/Makefile
@@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v
DISTVERSION= 0.9.13
CATEGORIES= math
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= 444ed837298d595f0f579d93e6e96d5af085bdac.patch:-p1
+
MAINTAINER= yuri@FreeBSD.org
COMMENT= APRON numerical abstract domain library
diff --git a/math/apron/distinfo b/math/apron/distinfo
index dc613a3ddb4a..76f8921f2901 100644
--- a/math/apron/distinfo
+++ b/math/apron/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1630529475
+TIMESTAMP = 1658215424
SHA256 (antoinemine-apron-v0.9.13_GH0.tar.gz) = 4af627e24623ab26948ea980077d015bfb9543374d857fbb42a8b6571e2fb36e
SIZE (antoinemine-apron-v0.9.13_GH0.tar.gz) = 988019
+SHA256 (444ed837298d595f0f579d93e6e96d5af085bdac.patch) = e8fee5fee7023df0270c4cf729867e5159406bedcc1e0b1b81113ae8fe765b9d
+SIZE (444ed837298d595f0f579d93e6e96d5af085bdac.patch) = 644