diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-02-25 19:34:21 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-02-25 19:34:21 +0000 |
commit | a646bf53e371ab9b4e0b8c16b62f240925663063 (patch) | |
tree | a2f20685acd30f644d8714dd1cd2efc701cad8a9 /user/wxwidgets/disable-xlocale.patch | |
parent | c6cc5ddde484009c21a5124d09fcbfcfba632d54 (diff) | |
download | packages-a646bf53e371ab9b4e0b8c16b62f240925663063.tar.gz packages-a646bf53e371ab9b4e0b8c16b62f240925663063.tar.bz2 packages-a646bf53e371ab9b4e0b8c16b62f240925663063.tar.xz packages-a646bf53e371ab9b4e0b8c16b62f240925663063.zip |
user/wxwidgets: use configure option instead of patch
Diffstat (limited to 'user/wxwidgets/disable-xlocale.patch')
-rw-r--r-- | user/wxwidgets/disable-xlocale.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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 |