From a646bf53e371ab9b4e0b8c16b62f240925663063 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 25 Feb 2019 19:34:21 +0000 Subject: user/wxwidgets: use configure option instead of patch --- user/wxwidgets/disable-xlocale.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 user/wxwidgets/disable-xlocale.patch (limited to 'user/wxwidgets/disable-xlocale.patch') diff --git a/user/wxwidgets/disable-xlocale.patch b/user/wxwidgets/disable-xlocale.patch deleted file mode 100644 index 0b8aa47f9..000000000 --- a/user/wxwidgets/disable-xlocale.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- wxWidgets-3.1.2/include/wx/features.h.old 2018-12-09 15:40:08.000000000 +0000 -+++ wxWidgets-3.1.2/include/wx/features.h 2019-02-24 21:33:30.250000000 +0000 -@@ -76,8 +76,8 @@ - /* This is defined when the compiler provides some type of extended locale - functions. Otherwise, we implement them ourselves to only support the - 'C' locale */ --#if defined(HAVE_LOCALE_T) || \ -- (wxCHECK_VISUALC_VERSION(8)) -+#if (!defined(__linux__) || defined(__GLIBC__)) && (defined(HAVE_LOCALE_T) || \ -+ (wxCHECK_VISUALC_VERSION(8))) - #define wxHAS_XLOCALE_SUPPORT - #else - #undef wxHAS_XLOCALE_SUPPORT -- cgit v1.2.3-70-g09d2