mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-12 02:27:28 -08:00
Quick howto to get openjdk with integrated javafx 1) install openjdk-bin:11 2) install openjfx:11 3) install openjdk:11[javafx], it will pick up jfx libs 4) Optional: remove openjdk-bin:11 no need to unmask gentoo-vm flag Bug: https://bugs.gentoo.org/547918 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
16 lines
547 B
Diff
16 lines
547 B
Diff
Description: Fixes the compatibility with the version of glibc in Debian
|
|
Author: Emmanuel Bourg <ebourg@apache.org>
|
|
Forwarded: https://bugs.openjdk.java.net/browse/JDK-8211399
|
|
--- a/modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
|
|
+++ b/modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
|
|
@@ -25,9 +25,6 @@
|
|
#ifdef HAVE_LOCALE_H
|
|
#include <locale.h>
|
|
#endif
|
|
-#ifdef HAVE_XLOCALE_H
|
|
-#include <xlocale.h>
|
|
-#endif
|
|
|
|
typedef locale_t xsltLocale;
|
|
typedef xmlChar xsltLocaleChar;
|