archrelease: copy trunk to extra-x86_64
[arch-packages.git] / java11-openjfx / repos / extra-x86_64 / java11-openjfx-no-xlocale.patch
blobda3ac418836f28f44ef1c370155877a478c9ee67
1 Description: Fixes the compatibility with the version of glibc in Debian
2 Author: Emmanuel Bourg <ebourg@apache.org>
3 Forwarded: https://bugs.openjdk.java.net/browse/JDK-8211399
4 --- a/modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
5 +++ b/modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
6 @@ -25,9 +25,6 @@
7 #ifdef HAVE_LOCALE_H
8 #include <locale.h>
9 #endif
10 -#ifdef HAVE_XLOCALE_H
11 -#include <xlocale.h>
12 -#endif
14 typedef locale_t xsltLocale;
15 typedef xmlChar xsltLocaleChar;