From dcccf402a70019de71ebe22f8076697f7791e70d Mon Sep 17 00:00:00 2001 From: Clifford Yapp <238416+starseeker@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:00:10 -0400 Subject: [PATCH] Looks like BSD uses locale_t as well --- opennurbs/opennurbs_locale.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/opennurbs/opennurbs_locale.patch b/opennurbs/opennurbs_locale.patch index 58938979..17786225 100644 --- a/opennurbs/opennurbs_locale.patch +++ b/opennurbs/opennurbs_locale.patch @@ -54,3 +54,14 @@ // Test formatted scanning double a = ON_UNSET_VALUE; // Testing C-runtime - do not using ON_String::Scan +--- opennurbs/opennurbs_locale.h 2024-10-09 16:55:58.208881912 -0400 ++++ OPENNURBS_BLD/opennurbs_locale.h 2024-10-09 16:58:29.524197114 -0400 +@@ -21,6 +21,8 @@ + locale_t + #elif defined(ON_RUNTIME_ANDROID) + locale_t ++#elif defined(ON_RUNTIME_BSD) ++ locale_t + #else + ON__UINT_PTR + #endif