mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
[intelrdfpmathlib] missing includes (#31009)
This commit is contained in:
parent
f5eea1ff3e
commit
f35bb4410a
24
ports/intelrdfpmathlib/missing-includes.patch
Normal file
24
ports/intelrdfpmathlib/missing-includes.patch
Normal 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
|
@ -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")
|
||||
|
@ -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": [
|
||||
|
@ -3326,7 +3326,7 @@
|
||||
},
|
||||
"intelrdfpmathlib": {
|
||||
"baseline": "20U2",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"io2d": {
|
||||
"baseline": "2020-09-14",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7cf5496b9f4fbf09ed05be9b87e063a0094ac331",
|
||||
"version-string": "20U2",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "c829bd814e973cf55e135f1d9e50a36b9d73d551",
|
||||
"version-string": "20U2",
|
||||
|
Loading…
Reference in New Issue
Block a user