aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-09-10 11:05:31 +0000
committerThierry Thomas <thierry@FreeBSD.org>2022-09-17 12:38:38 +0000
commit3f4f4b240990348b8b261be32e797811f5ee09b4 (patch)
tree7e5bac676a6e2d39e6bb29d0f0d776fb9cbaea49 /cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
parentb90c4eb3c3de202a95dd17c06ba79eb86e25c12a (diff)
downloadports-3f4f4b240990348b8b261be32e797811f5ee09b4.tar.gz
ports-3f4f4b240990348b8b261be32e797811f5ee09b4.zip
cad/opencascade: fix cmake files
A cmake macro, which should have configured $OCCT_INSTALL_BIN_LETTER was not applied correctly. Thus some cmake files where badly configured, and some consumers could not use them. PR: 266280 Reported by: yuri MFH: 2022Q3 (cherry picked from commit 31735a5b1aae9a7967e8cc5f12ffab7779acc53c)
Diffstat (limited to 'cad/opencascade/files/patch-src_Standard_Standard__CString.cxx')
-rw-r--r--cad/opencascade/files/patch-src_Standard_Standard__CString.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
index a8162b9e0c23..11083adad1b6 100644
--- a/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
+++ b/cad/opencascade/files/patch-src_Standard_Standard__CString.cxx
@@ -1,6 +1,6 @@
---- src/Standard/Standard_CString.cxx.orig 2020-11-03 14:50:08 UTC
+--- src/Standard/Standard_CString.cxx.orig 2021-10-30 11:13:58 UTC
+++ src/Standard/Standard_CString.cxx
-@@ -83,7 +83,7 @@ Standard_Integer HashCodes (const Standard_CString the
+@@ -82,7 +82,7 @@ Standard_Integer HashCodes (const Standard_CString the
// strtod, strtol, strtoll functions. For other system with locale-depended
// implementations problems may appear if "C" locale is not set explicitly.
#if !defined(__ANDROID__) && !defined(__QNX__) && !defined(__MINGW32__)