[intelrdfpmathlib] missing includes (#31009)

This commit is contained in:
autoantwort 2023-04-22 01:02:30 +02:00 committed by GitHub
parent f5eea1ff3e
commit f35bb4410a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,24 @@
diff --git a/LIBRARY/src/bid_internal.h b/LIBRARY/src/bid_internal.h
index cd08ea7..ea5d0a0 100755
--- a/LIBRARY/src/bid_internal.h
+++ b/LIBRARY/src/bid_internal.h
@@ -37,6 +37,7 @@
#include "bid_conf.h"
#include "bid_functions.h"
+#include <stdlib.h>
#define __BID_INLINE__ static __inline
diff --git a/LIBRARY/float128/dpml_exception.c b/LIBRARY/float128/dpml_exception.c
index d061a4c..c647732 100755
--- a/LIBRARY/float128/dpml_exception.c
+++ b/LIBRARY/float128/dpml_exception.c
@@ -132,6 +132,7 @@
!defined(wnt)
# include <sys/signal.h>
+#include <signal.h>
# define DPML_SIGNAL(p) raise(SIGFPE)
#else

View File

@ -9,6 +9,7 @@ vcpkg_download_distfile(ARCHIVE
vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE ${ARCHIVE}
PATCHES missing-includes.patch
)
set(LIB_SOURCE_PATH "${SOURCE_PATH}/LIBRARY")

View File

@ -1,7 +1,7 @@
{
"name": "intelrdfpmathlib",
"version-string": "20U2",
"port-version": 5,
"port-version": 6,
"description": "Intel(R) Decimal Floating-Point Math Library",
"supports": "!(arm & windows)",
"dependencies": [

View File

@ -3326,7 +3326,7 @@
},
"intelrdfpmathlib": {
"baseline": "20U2",
"port-version": 5
"port-version": 6
},
"io2d": {
"baseline": "2020-09-14",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7cf5496b9f4fbf09ed05be9b87e063a0094ac331",
"version-string": "20U2",
"port-version": 6
},
{
"git-tree": "c829bd814e973cf55e135f1d9e50a36b9d73d551",
"version-string": "20U2",