[Git][java-team/openjfx][master] Update build-on-non-JIT-architectures.patch
Markus Koschany
gitlab at salsa.debian.org
Sun Oct 7 16:26:06 BST 2018
Markus Koschany pushed to branch master at Debian Java Maintainers / openjfx
Commits:
60b6c363 by Markus Koschany at 2018-10-07T15:25:37Z
Update build-on-non-JIT-architectures.patch
- - - - -
1 changed file:
- debian/patches/build-on-non-JIT-architectures.patch
Changes:
=====================================
debian/patches/build-on-non-JIT-architectures.patch
=====================================
@@ -7,7 +7,7 @@ Subject: build on non-JIT architectures
1 file changed, 4 insertions(+)
diff --git a/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp b/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp
-index c4a1f2c..d3d974a 100644
+index c4a1f2c..6edec78 100644
--- a/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp
+++ b/modules/javafx.web/src/main/native/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp
@@ -73,6 +73,7 @@ public:
@@ -18,13 +18,13 @@ index c4a1f2c..d3d974a 100644
// This is a file generated by offlineasm/generate_offsets_extractor.rb, and contains code
// to create a table of offsets, sizes, and a header identifying what combination of
// Platform.h macros we have set. We include it inside of a method on LLIntOffsetsExtractor
-@@ -82,6 +83,9 @@ const int64_t* LLIntOffsetsExtractor::dummy()
+@@ -81,6 +82,9 @@ const int64_t* LLIntOffsetsExtractor::dummy()
+ // compiler to kindly step aside and yield to our best intentions.
#include "LLIntDesiredOffsets.h"
return extractorTable;
- }
+#else
+ return 0;
+#endif
+ }
} // namespace JSC
-
View it on GitLab: https://salsa.debian.org/java-team/openjfx/commit/60b6c363aaa4ba0b109d7bf64af2f7e0a0060a70
--
View it on GitLab: https://salsa.debian.org/java-team/openjfx/commit/60b6c363aaa4ba0b109d7bf64af2f7e0a0060a70
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181007/53a41512/attachment.html>
More information about the pkg-java-commits
mailing list