aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-third__party_skia_src_gpu_GrAutoLocaleSetter.h
blob: 66e2524db07c3095671cd548721c5a53049e7a89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/skia/src/gpu/GrAutoLocaleSetter.h.orig	2021-01-07 00:39:35 UTC
+++ third_party/skia/src/gpu/GrAutoLocaleSetter.h
@@ -27,7 +27,7 @@
 #define HAVE_XLOCALE 0
 #endif
 
-#if defined(SK_BUILD_FOR_ANDROID) || defined(__UCLIBC__) || defined(_NEWLIB_VERSION)
+#if defined(SK_BUILD_FOR_ANDROID) || defined(__UCLIBC__) || defined(_NEWLIB_VERSION) || defined(__FreeBSD__)
 #define HAVE_LOCALE_T 0
 #else
 #define HAVE_LOCALE_T 1