diff options
author | Simon Frankenberger <simon@fraho.eu> | 2020-03-18 20:57:41 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-25 14:03:30 +0000 |
commit | 3991e58da736e29cd687b150644fe6c1317b6750 (patch) | |
tree | d82d24657f530fd325515144312b61859135e2e6 /testing/openjdk13/make-4.3.patch | |
parent | 34d19eb8f259f911f54db7bdea486ba830a5c599 (diff) | |
download | aports-3991e58da736e29cd687b150644fe6c1317b6750.tar.bz2 aports-3991e58da736e29cd687b150644fe6c1317b6750.tar.xz |
testing/openjdk13: New aport
Diffstat (limited to 'testing/openjdk13/make-4.3.patch')
-rw-r--r-- | testing/openjdk13/make-4.3.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/openjdk13/make-4.3.patch b/testing/openjdk13/make-4.3.patch new file mode 100644 index 0000000000..356c6a988a --- /dev/null +++ b/testing/openjdk13/make-4.3.patch @@ -0,0 +1,17 @@ +upstream report: https://bugs.openjdk.java.net/browse/JDK-8237879. + +diff --git a/make/common/MakeBase.gmk b/make/common/MakeBase.gmk +index 170c3ed..697f9d2 100644 +--- a/make/common/MakeBase.gmk ++++ b/make/common/MakeBase.gmk +@@ -532,7 +532,9 @@ DependOnVariableHelper = \ + $(info NewVariable $1: >$(strip $($1))<) \ + $(info OldVariable $1: >$(strip $($1_old))<)) \ + $(call WriteFile, $1_old:=$(call DoubleDollar,$(call EscapeHash,$($1))), \ +- $(call DependOnVariableFileName, $1, $2))) \ ++ $(call DependOnVariableFileName, $1, $2)) \ ++ $(eval $(call DependOnVariableFileName, $1, $2): ) \ ++ ) \ + $(call DependOnVariableFileName, $1, $2) \ + ) + |