Index: head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx =================================================================== --- head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx (revision 371127) +++ head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx (revision 371128) @@ -1,11 +1,11 @@ --- inc/Standard_CLocaleSentry.hxx.orig 2014-04-29 11:40:41.000000000 +0200 +++ inc/Standard_CLocaleSentry.hxx 2014-05-15 21:33:15.000000000 +0200 @@ -25,7 +25,7 @@ //! Notice that this is impossible to test (_POSIX_C_SOURCE >= 200809L) //! since POSIX didn't declared such identifier. //! We check _GNU_SOURCE for glibc extensions here and it is always defined by g++ compiler. -#if defined(__APPLE__) || defined(_GNU_SOURCE) || defined(HAVE_XLOCALE_H) -+#if defined(__APPLE__) || defined(_GNU_SOURCE) || (defined(__FreeBSD__) && (__FreeBSD_version < 910000)) || defined(HAVE_XLOCALE_H) ++#if defined(__APPLE__) || defined(_GNU_SOURCE) || (defined(__FreeBSD__) && (__FreeBSD_version > 910000)) || defined(HAVE_XLOCALE_H) #include #ifndef HAVE_XLOCALE_H #define HAVE_XLOCALE_H Index: head/cad/opencascade/files/patch-src_Standard_Standard_CString.cxx =================================================================== --- head/cad/opencascade/files/patch-src_Standard_Standard_CString.cxx (nonexistent) +++ head/cad/opencascade/files/patch-src_Standard_Standard_CString.cxx (revision 371128) @@ -0,0 +1,11 @@ +--- src/Standard/Standard_CString.cxx.orig 2014-04-29 11:40:41.000000000 +0200 ++++ src/Standard/Standard_CString.cxx 2014-10-18 16:05:36.000000000 +0200 +@@ -94,7 +94,7 @@ + // So we switch to C locale temporarily + #define SAVE_TL() Standard_CLocaleSentry aLocaleSentry; + #ifndef HAVE_XLOCALE_H +- #error System does not support xlocale. Import/export could be broken if C locale did not specified by application. ++ // #error System does not support xlocale. Import/export could be broken if C locale did not specified by application. + #define strtod_l(thePtr, theNextPtr, theLocale) strtod(thePtr, theNextPtr) + #endif + #define vprintf_l(theLocale, theFormat, theArgPtr) vprintf(theFormat, theArgPtr) Property changes on: head/cad/opencascade/files/patch-src_Standard_Standard_CString.cxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property