mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-java/openjfx: new package
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>
This commit is contained in:
15
dev-java/openjfx/files/11/glibc-compatibility.patch
Normal file
15
dev-java/openjfx/files/11/glibc-compatibility.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user