summarylogtreecommitdiffstats
path: root/java8-openjfx-no-sys-sysctl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'java8-openjfx-no-sys-sysctl.patch')
-rw-r--r--java8-openjfx-no-sys-sysctl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/java8-openjfx-no-sys-sysctl.patch b/java8-openjfx-no-sys-sysctl.patch
new file mode 100644
index 000000000000..90c2d0e49d41
--- /dev/null
+++ b/java8-openjfx-no-sys-sysctl.patch
@@ -0,0 +1,12 @@
+diff --git a/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp b/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
+index 40f83f25..df39a3c7 100644
+--- a/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
++++ b/modules/fxpackager/src/main/native/library/common/PosixPlatform.cpp
+@@ -43,7 +43,6 @@
+ #include <sys/types.h>
+ #include <sys/wait.h>
+ #include <unistd.h>
+-#include <sys/sysctl.h>
+ #include <iostream>
+ #include <dlfcn.h>
+ #include <signal.h>